mq-node

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

A MySQL query builder library for Node.js, inspired by mQ.php, that allows constructing INSERT, SELECT, UPDATE, and DELETE queries using JSON objects. It wraps the node-mysql (mysql) driver for connection and execution. Stable version 1.0.11, no frequent updates; last release in 2014. Differentiator: extremely simple JSON-based query construction without ORM overhead. Minimal dependencies, relies on the deprecated 'mysql' package.