Skip to main content Skip to docs navigation

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.

On this page

Updated on April 20, 2024 by Datarist.