A JavaScript ORM that keeps domain models free from persistence logic, using plain objects (POJOs) for models. Version 0.4.0 targets Node.js 6+. It differentiates by not requiring model classes to extend or embed ORM-specific code, instead mapping plain objects to database tables via configuration.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default import is ESM-style; CJS require may not work in all Node versions.
Named export for model definition.
Used to establish database connection.
Shows how to define a model, connect to SQLite, sync schema, and create a record.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.