Sqlite handler for Dblink, version 1.3.3, stable release. Provides SQLite database connection and query execution within the Dblink framework. Key differentiator: integrates seamlessly with Dblink's unified database interface for multi-database support. Release cadence is irregular. Minimal dependencies.
npm install dblink-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing DblinkSqlite, connecting to an in-memory database, running a query, and closing the connection.
Replace require() with import or use await import() if running in CommonJS context.
Update constructor options to use 'filename' instead of 'file'.
Enable strict mode in tsconfig.json to avoid inference issues.
Change to import statement: import { DblinkSqlite } from 'dblink-sqlite'Run 'npm install dblink-sqlite' and ensure package.json dependency is correct.
Await db.connect() before calling db.query().
No dependency data recorded yet.