mysql-plugin

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

A Promise-based MySQL client wrapper around the 'mysql' npm package, using Bluebird for promise functionality. Version 1.2.5 is the latest stable release; the package appears to be sporadically maintained with infrequent updates. It differentiates itself by providing a simple drop-in Promise interface for the callback-based 'mysql' package, but lacks TypeScript definitions and has known issues with connection pooling and modern Node.js versions. Consider using 'mysql2' with promise support instead.