{"library":"mysql-wrap","type":"library","category":null,"description":"A lightweight wrapper around the node-mysql driver providing promise-based query methods (select, insert, update, delete) along with helper functions like selectOne and row count. Version 0.5.3 is the latest release; last updated in 2016. It wraps node-mysql and supports connection pooling and pool clusters with read/write separation. Key differentiators: simpler API, built-in promise support via Q library, and pagination helpers. Not actively maintained; alternatives include mysql2 or knex.","language":"javascript","status":"deprecated","version":"0.5.3","tags":["javascript","mysql","node-mysql","interface","wrapper","database"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-wrap","imports":["const createMySQLWrap = require('mysql-wrap'); const sql = createMySQLWrap(connection);","const sql = require('mysql-wrap')(connection);","const mysql = require('mysql');"]},{"cmd":"yarn add mysql-wrap","imports":[]},{"cmd":"pnpm add mysql-wrap","imports":[]}],"homepage":"https://github.com/DubFriend/node-mysql-wrap","github":"https://github.com/DubFriend/node-mysql-wrap","docs":null,"changelog":null,"pypi":null,"npm":"mysql-wrap","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}