SQLite adapter for the MOST Web Framework, providing database connectivity for MVC applications. Version 0.1.16 is current with no stable release cadence. Requires manual compilation of a regex extension (C source) for SQLite. Adapter is configured via app.json with adapter types and instances. Suitable for Node.js projects using the MOST framework with local SQLite databases. No alternative adapter comparisons available due to limited ecosystem.
npm install most-data-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the SQLite adapter in MOST Web Framework app.json, setting it as the default database adapter with a local SQLite file.
Compile regexp.c with gcc as per platform-specific instructions in README
Follow the app.json adapter registration pattern; do not use require('most-data-sqlite')Pin version and test updates; no official deprecation policy
Run npm install most-data-sqlite
Add adapter type entry to adapterTypes array in app.json
Compile regexp.c with gcc -shared -fPIC -o regexp.0.dylib regexp.c (adjust for platform)