A database connector for SQLite within the jsHarmony framework, version 1.14.0. It provides a driver that integrates with jsharmony-db to enable SQLite database operations. The library wraps the sqlite3 package and supports parameterized queries with types. Release cadence is irregular; no recent updates. Key differentiator: seamless integration with jsHarmony's Recordset API and typed parameters.
npm install jsharmony-db-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an in-memory SQLite database, run a parameterized query, and log the result.
Wrap calls in a Promise manually.
Always provide an absolute path or use ':memory:'.
Pin sqlite3 to 5.x in your package.json.
npm install jsharmony-db --save
Ensure jsharmony-db is version 1.x and imported correctly: const JSHdb = require('jsharmony-db')