mysql-wrap

JSON →
library 0.5.3 ·javascript deprecated
verified Jun 5, 2026

A lightweight wrapper around the node-mysql driver providing promise-based query methods (select, insert, update, delete) along with helper functions like selectOne and row count. Version 0.5.3 is the latest release; last updated in 2016. It wraps node-mysql and supports connection pooling and pool clusters with read/write separation. Key differentiators: simpler API, built-in promise support via Q library, and pagination helpers. Not actively maintained; alternatives include mysql2 or knex.