node-mysql
JSON →An enhancement to the mysql npm package providing easy transaction handling, a simple ORM with automatic schema detection, optimistic locking, automatic timestamp management, and row-level locking. Current stable version is 0.4.2. The package wraps the popular mysql driver and adds convenience features. It depends on better-js-class, cps, mysql, and underscore. Unlike higher-level ORMs, it remains close to the raw SQL layer while offering transaction, cursor, and table/row abstraction. Release cadence is irregular, with last update in 2016, indicating maintenance mode.