Skip to content

AegisJSProject/idb

Repository files navigation

@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