mysql-queries
JSON →A minimal utility for executing multiple MySQL queries with a single callback, simplifying batch operations. The current stable version is 0.2.0, released in an early stage with infrequent updates. It wraps the 'mysql' npm package, supporting connection pooling, transactions, and automatic connection release. Unlike more modern libraries like 'mysql2' or ORMs like 'Sequelize', it provides a thin layer for sequential query execution without promises or async/await support, relying on callbacks. Suitable for legacy Node.js projects or quick scripts where minimal overhead is desired.
Resources
packagemysql-queries ↗