bun-sqlite-key-value
A super fast key-value store with SQLite that uses bun:sqlite and v8 as faster JSON replacement.
idbkeyvalue
This npm package provides a simple and efficient key-value storage solution using the IndexedDB API. IndexedDB is a low-level API for client-side storage of significant amounts of structured data. With this package, you can easily open or create an Indexe
bun-postgres-key-value
A super fast key-value store with PostgreSQL that uses `sql` from Bun and v8 as a fast JSON replacement.