Fake IndexedDB: a pure JS in-memory implementation of the IndexedDBAPI
Unit tested mock implementation of the browser IndexedDBAPI.
File System Access API implementation (ponyfill) with pluggable storage adapters via IndexedDB, Cache API, in-memory etc.
Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency
Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDBAPI for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.