idb
IndexedDB wrapper
A lightweight library that provides a promise-based API for working with IndexedDB databases.
IndexedDB, but with promises
6k stars
63 watching
364 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jakearchibald/idb-keyval | A small promise-based key-value store implemented with IndexedDB | 2,794 |
dexie/dexie.js | A lightweight wrapper library for the IndexedDB database system in web applications. | 11,789 |
ddgll/vue-idb | A Vue.js wrapper around IndexedDB, allowing easy interaction with the browser's local storage. | 83 |
louischatriot/nedb | A JavaScript library implementing a simple and fast in-memory or persistent database | 13,516 |
amuste/dnetindexeddb | A Blazor library to work with IndexedDB DOM API | 106 |
aaronpowell/db.js | A wrapper around IndexedDB to simplify working with the storage API | 818 |
dbeaver/dbeaver | A multi-platform tool for connecting to and managing various databases | 40,942 |
level/levelup | A wrapper for abstract-leveldown compliant stores, providing a simple key-value store with asynchronous operations. | 4,085 |
b-straub/dexienet | A .NET wrapper for IndexedDB that provides a simple interface for building cloud-enabled databases | 44 |
webdb-app/app | A comprehensive database IDE with features like versioning and data inference, designed to simplify database development and management. | 192 |
pubkey/rxdb | A reactive, local-first, NoSQL database solution for JavaScript applications with real-time sync capabilities | 21,703 |
rethinkdb/rethinkdb | A scalable, distributed NoSQL database for real-time web applications with automatic failover and fault tolerance. | 26,806 |
insin/nwb | A toolkit for quickly developing web applications with React, Preact, Inferno, and vanilla JavaScript using a zero-config setup. | 5,576 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,537 |
assuncaocharles/ngx-indexed-db | A service that wraps IndexedDB and provides an observable API to simplify its usage in Angular applications. | 180 |