{"library":"msq","type":"library","category":null,"description":"A lightweight MySQL query manager built on top of the popular mysql package (v2.x). Version 1.0.1 provides a simple wrapper around mysql.createPool offering query and stored procedure methods with support for generator-based control flow (e.g., co + thunkify). It does not include any built-in promise or async/await support, making it primarily suited for legacy callback or generator patterns. The package is relatively unmaintained and lacks modern features like connection string parsing or transaction helpers, pushing users toward more actively developed alternatives such as mysql2 or knex.","language":"javascript","status":"maintenance","version":"1.0.1","tags":["javascript","mysql","manager"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install msq","imports":["const msq = require('msq')","const model = msq(config); model.query(sql, callback)","const model = msq(config); model.proc(name, params, callback)"]},{"cmd":"yarn add msq","imports":[]},{"cmd":"pnpm add msq","imports":[]}],"homepage":"https://github.com/KenyeeC/msq#readme","github":"https://github.com/KenyeeC/msq","docs":null,"changelog":null,"pypi":null,"npm":"msq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}