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