mysql-warp
JSON →A simple ORM for MySQL on Node.js, providing easy object-relational mapping and raw query execution. Current stable version is 0.2.9, last updated in 2014. The library wraps the mysql package and offers model definitions, CRUD operations, transaction support, and connection pooling. It is written in pure JavaScript and supports Node.js >=0.10.0. Differentiators include a straightforward API for defining models with type mappings, automatic table creation, and helper methods like `queryNumber`. However, it is largely unmaintained and lacks modern features like Promise support and TypeScript definitions.
Resources
packagemysql-warp ↗