A SQLite driver for the ClayDB ecosystem (v6.3.25). It provides a SqliteDriver class that extends SequelizeDriver, enabling persistent storage in SQLite databases. The package is part of the ClayDB framework, offering a simple API for creating database connections via constructor or factory function. It supports logging and benchmarking options. Suitable for Node.js >=7.6. Released under Apache-2.0. Maintained but with low activity; last release was recent.
npm install clay-driver-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a SqliteDriver instance and a clayLump, then stores and retrieves a record.
Install clay-lump alongside: npm install clay-lump
Use new SqliteDriver(filename, options) directly.
Install sequelize: npm install sequelize
Use absolute path or path.join(__dirname, 'var/lump/app.db') for predictable behavior.
Run 'npm install clay-driver-sqlite --save'
Use 'const { SqliteDriver } = require('clay-driver-sqlite')'Run 'npm install sequelize'
Install clay-lump and import: 'const clayLump = require('clay-lump')'