IndexedDB
See also
- The IndexedDB API on datarist
- The W3C specification for IndexedDB
IndexedDB is a Web API for storing large data structures within browsers and indexing them for high-performance searching. Like an SQL -based RDBMS , IndexedDB is a transactional database system. However, it uses JavaScript objects rather than fixed columns tables to store data.
Updated on April 20, 2024 by Datarist.