mysql-bluebird

JSON →
library 0.0.3 ·javascript abandoned
verified Jun 5, 2026

A lightweight Bluebird promise wrapper for the MySQL Node.js driver providing promise-based database operations. Version 0.0.3 is the latest and only stable release. The library wraps the callback-based mysql package with Bluebird promises, offering methods like start(), query(), and end(). It is a minimal wrapper with no active development since 2015, and is superseded by modern promise-based MySQL libraries such as mysql2/promise. Suitable for legacy projects relying on Bluebird promises.