Created on 04 June 2021
icon_unfollowing
Login to follow
web-api-indexeddb

Web API IndexedDB

Stable version 0.8.0 (Compatible with OutSystems 11)
Uploaded on 20 January 2022 by 
web-api-indexeddb

Web API IndexedDB

Details
IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data.
Read more

Purpose


The purpose of this component is to have support for local storage in Web REACTive applications.

IndexedDB also supports the storage of JavaScript objects which have some interesting applications.


Key concepts

IndexedDB is a transactional database system, like an SQL-based RDBMS. However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions.

Release notes (0.8.0)
  • Minor bug fix
Reviews (0)
Category
Functional libraries & utilities, Database
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Web API IndexedDB has no dependencies.
Application Objects
Web API IndexedDB has 4 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads