IndexedDB
IndexedDB is a WebAPI for storing large data structures within browsers and indexing them for high-performance searching. Like anSQL-basedRDBMS, IndexedDB is a transactional database system. However, it usesJavaScript objects rather than fixed columns tables to store data.