mysql-model-orm
JSON →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.
Resources
packagemysql-model-orm ↗