mysql-query-promise

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

Lightweight promise-based wrapper around mysql-query-js for Node.js MySQL connections. Version 1.0.1, stable but unmaintained since 2015. Provides a single query() function that returns promises, with support for multiple named database configurations via the 'config' module. Differentiators: minimal API, integrated config management, and pool support. Alternatives: mysql2/promise, knex, or sequelize offer more features.