{"library":"mm_mysql","type":"library","category":null,"description":"mm_mysql is a Node.js MySQL library that wraps the mysql2 driver with a clean async/await API, automatic type inference for table creation, built-in connection pooling, and transaction support. Current version is 2.4.6, released with a focus on ease of use. Key differentiators: auto-creates tables from JavaScript object definitions (infers INT, VARCHAR, TEXT, DATETIME, etc.), provides a high-level DB manager with CRUD methods (add, get, set, del), and supports both callback-style transactions and awaitable `beginTransaction`/`commit`/`rollback`. It uses mysql2 under the hood, supports connection pooling, health checks, and debugging mode. Requires Node >=12.0.0.","language":"javascript","status":"active","version":"2.4.6","tags":["javascript","mysql","async","await","promise","mysql2","database","query","transaction"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mm_mysql","imports":["const { Mysql } = require('mm_mysql');","const Mysql = require('mm_mysql').Mysql;","const { Mysql } = require('mm_mysql');"]},{"cmd":"yarn add mm_mysql","imports":[]},{"cmd":"pnpm add mm_mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"mm_mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}