webadnan-npm-sqlite

JSON →
library 1.0.7 ·javascript
verified Jun 7, 2026

A minimal key-value store built on top of SQLite, version 1.0.7. It exposes a simple async getter/setter API (set, get, size, run) and automatically creates a SQLite database file if one doesn't exist at the given path. This package is a lightweight wrapper around better-sqlite3, intended for small-scale projects where a full ORM is overkill. Last updated with no recent release cadence; likely a personal utility.