mysql-model-orm

JSON →
library 2.1.4 ·javascript
verified Jun 4, 2026

mysql-model-orm is a lightweight Node.js ORM for MySQL that wraps common CRUD operations with a chainable API. Current stable version: 2.1.4. It uses connection pooling, returns Promises, and requires Node >= 7.6. Key differentiators: minimal configuration, simple chaining (table().where().select()), automatic SQL injection protection via the mysql driver's escape methods, and support for complex queries like JOINs, aggregates, transactions, and raw SQL.