like-sqlite

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

like-sqlite v1.0.2 is a lightweight, promise-based SQLite wrapper for Node.js that simplifies common CRUD operations (insert, select, update, delete) with automatic query construction and parameter binding. It wraps better-sqlite3, providing an intuitive API with methods like insert(), select(), update(), delete(), execute(), and query(). Released under MIT, it receives active development on GitHub. Key differentiators: no raw SQL needed for basic operations, built-in support for upserts and expressions, and full async/await support.