1.0.4 • Published 6 months ago
@aegisjsproject/idb v1.0.4
@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
AbortController
signals to cancel ongoing requests. - Helper functions for both
readonly
andreadwrite
operations.
Installation
Using npm
Install the package with npm:
npm i @aegisjsproject/idb