idb-keyval
Keyval store
A small promise-based key-value store implemented with IndexedDB
A super-simple-small promise-based keyval store implemented with IndexedDB
3k stars
24 watching
147 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jakearchibald/idb | A lightweight library that provides a promise-based API for working with IndexedDB databases. | 6,425 |
jaredwray/keyv | A simple key-value storage system supporting multiple backends. | 2,626 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
google/leveldb | A fast key-value storage library that provides an ordered mapping from string keys to string values | 36,620 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
marcuswestin/store.js | A cross-browser storage solution providing basic key/value storage and additional functionality through plugins. | 14,023 |
localforage/localforage | A fast and simple storage library that improves the offline experience of web applications by providing an asynchronous API. | 24,920 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
paulovap/qtleveldb | A Qt/QML wrapper for Google's LevelDB key-value storage library | 55 |
dexie/dexie.js | A lightweight wrapper library for the IndexedDB database system in web applications. | 11,689 |
facebook/rocksdb | A library providing an embeddable key-value store for fast storage. | 28,688 |