{"library":"mysql-promisify","type":"library","category":null,"description":"A promisified wrapper around the popular mysql npm package, providing an async/await interface for MySQL queries, transactions, and connection pooling. Current stable version is 1.0.2, released in late 2020 with low maintenance cadence. Key differentiators: uses custom escape format with ':word' for values and '|word' for identifiers, stateless MySQL class with both pool and connection approaches, built-in transaction support via getTransactionDb(). Lightweight alternative to more heavyweight ORMs like Sequelize.","language":"javascript","status":"maintenance","version":"1.0.2","tags":["javascript","mysql","node","promise"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-promisify","imports":["const { MySQL } = require('mysql-promisify');","const MySQL = require('mysql-promisify').MySQL;","const query = MySQL.queryFormat(sql, params);"]},{"cmd":"yarn add mysql-promisify","imports":[]},{"cmd":"pnpm add mysql-promisify","imports":[]}],"homepage":"https://github.com/AoiYamada/mysql-promisify","github":"https://github.com/AoiYamada/mysql-promisify","docs":null,"changelog":null,"pypi":null,"npm":"mysql-promisify","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}