mysql-qb

JSON →
library 0.9.0 ·javascript
verified Jun 5, 2026

mysql-qb (version 0.9.0) is a MySQL query builder for Node.js that simplifies constructing SELECT (with joins), INSERT, UPDATE, and DELETE queries programmatically without raw SQL. It can be used as a standalone builder to generate SQL strings suitable for the mysql driver, or as an executor that manages connections and returns Promises. The package is pre-1.0 and updated frequently, targeting Node.js 4.1.2 to 6.3, and is not stable. Its key differentiator is offering both building and executing with Promise-based async flows, contrasting with the callback-oriented mysql driver. No TypeScript support is provided.