@aegisjsproject/idb
v1.0.6
Published
Simple, promise-based IndexedDB CRUD library.
Maintainers
Readme
@aegisjsproject/idb
Simple, promise-based IndexedDB CRUD library.
Features
- 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.
Installation
Using npm
Install the package with npm:
npm i @aegisjsproject/idb