snake-orm

JSON →
library 0.0.25 ·javascript
verified Jun 5, 2026

A minimal ORM for Node.js supporting MySQL and SQLite. Current stable version: 0.0.25. Release cadence is irregular; API and documentation are sparse. Key differentiator: light weight with chainable query builder (`.where().limit().offset()`) similar to Knex. Lacks migration, model validation, and eager loading. Primarily targets small projects or prototypes. Note: package name is 'snake-orm', but import uses 'SnackeOrm' (typo in code).