mysqlutil

JSON →
library 0.1.28 ·javascript maintenance
verified Jun 5, 2026

A minuscule wrapper around the popular node-mysql (mysql) package for Node.js. Version 0.1.28 is the latest stable release (last updated 2016-01-03). It provides a simplified API for MySQL connections and query execution, supporting connection pooling, multiple statement execution, and result formatting. Unlike more modern alternatives (e.g., mysql2, knex), mysqlutil is a thin convenience layer, leaving full control to the user. No longer actively maintained.