better-sqlite3-helper
JSON →A Node.js wrapper around better-sqlite3 providing shorthand query methods, automatic migration support, and a singleton pattern for simple server apps. Version 3.x (latest 3.1.7) uses better-sqlite3 v7, drops Node <10, and requires @types/better-sqlite3 as a peer dependency for TypeScript support. It simplifies database access with methods like query(), queryFirstRow(), insert(), and update(), and includes a migration system that runs SQL files on startup. Compared to better-sqlite3 alone, it reduces boilerplate by managing a global instance and handling migrations automatically. Release cadence is irregular; last release was Sep 2023.
Resources
packagebetter-sqlite3-helper ↗
API endpoints
full doc /v1/registry/better-sqlite3-helper