{"library":"mq-node","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.11","tags":["javascript","node","mysql","library","sql","database"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mq-node","imports":["const mq = require('mq-node')({ host: 'localhost', user: 'root', password: '', database: 'test' });","mq.insert('table', { col: 'val' }, callback);","mq.select({ from: 'table', where: { id: 1 } }, callback);"]},{"cmd":"yarn add mq-node","imports":[]},{"cmd":"pnpm add mq-node","imports":[]}],"homepage":"https://github.com/webcaetano/mq-node","github":"https://github.com/webcaetano/mq-node","docs":null,"changelog":null,"pypi":null,"npm":"mq-node","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}