Modelar SQLite Adapter

JSON →
library 3.1.0 ·javascript
verified Jun 7, 2026

A database adapter that connects the Modelar ORM to SQLite databases using node-sqlite3. Currently at version 3.1.0, it supports Node.js >=4.0 and ships TypeScript definitions. It wraps the sqlite3 native binding and requires node-pre-gyp for installation. Allows switching between SQLite and other databases via Modelar's adapter system. Key differentiator: seamless integration with Modelar's chainable query builder and migration tools, while retaining full SQLite-specific features.