{"library":"sqlite-async","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.2.2","tags":["javascript","SQLite","Async"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-async","imports":["import { Database } from 'sqlite-async'","const { Database } = require('sqlite-async')","import { Statement } from 'sqlite-async'","import { Database } from 'sqlite-async'"]},{"cmd":"yarn add sqlite-async","imports":[]},{"cmd":"pnpm add sqlite-async","imports":[]}],"homepage":"https://github.com/fhellwig/sqlite-async#readme","github":"https://github.com/fhellwig/sqlite-async","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-async","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}