{"library":"mysql-qb","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.9.0","tags":["javascript","mysql","query","builder","orm"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-qb","imports":["var select = require('mysql-qb').select;","var QueryBuilder = require('mysql-qb');","var qb = require('mysql-qb');"]},{"cmd":"yarn add mysql-qb","imports":[]},{"cmd":"pnpm add mysql-qb","imports":[]}],"homepage":"https://github.com/niklucky/mysql-query-builder#readme","github":"https://github.com/niklucky/mysql-query-builder","docs":null,"changelog":null,"pypi":null,"npm":"mysql-qb","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}