{"library":"mysql-bluebird","type":"library","category":null,"description":"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.","language":"javascript","status":"abandoned","version":"0.0.3","tags":["javascript","mysql","bluebird","promise"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-bluebird","imports":["const MySQL = require('mysql-bluebird');","const db = new MySQL({ host: 'localhost', user: 'root', password: '', database: 'test' });","db.start().then(() => { ... })"]},{"cmd":"yarn add mysql-bluebird","imports":[]},{"cmd":"pnpm add mysql-bluebird","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"mysql-bluebird","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}