Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.43 KB

File metadata and controls

44 lines (33 loc) · 2.43 KB

@aegisjsproject/idb

Simple, promise-based IndexedDB CRUD library.

CodeQL Node CI Lint Code Base

GitHub license GitHub last commit GitHub release GitHub Sponsors

npm node-current npm bundle size gzipped npm

GitHub followers GitHub forks GitHub stars Twitter Follow

Donate using Liberapay


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 and readwrite operations.

Installation

Using npm

Install the package with npm:

npm i @aegisjsproject/idb