Simple, promise-based IndexedDB CRUD library.
- Intuitive CRUD (Create, Read, Update, Delete) operations for IndexedDB.
- Utilities for handling transactions and object stores.
- Support for
AbortControllersignals to cancel ongoing requests. - Helper functions for both
readonlyandreadwriteoperations.
Install the package with npm:
npm i @aegisjsproject/idb