sqlite-async

JSON →
library 1.2.2 ·javascript maintenance
verified Jun 7, 2026

ES6 Promise-based interface to the sqlite3 module. Version 1.2.2 is stable and unmaintained since 2020. It wraps every method of the node-sqlite3 synchronous callback API into a Promise-returning equivalent, supporting Database and Statement classes. Unlike alternatives like better-sqlite3 (synchronous) or sql.js (WebAssembly), it is a thin wrapper over the popular but callback-heavy node-sqlite3, adding no new features beyond promise conversion. Release cadence: last updated in 2020, likely maintenance mode. Key differentiator: minimal API, exactly matches sqlite3 method signatures.