{"library":"mysql-pool-booster","type":"library","category":null,"description":"A lightweight wrapper around the mysql npm package that enhances connection pool performance and adds configuration options inspired by Java DBCP (e.g., queueTimeout, testOnBorrow, minIdle, maxReuseCount). Version 1.0.3 is the latest stable release. It provides up to 80% throughput improvement for high-concurrency workloads by optimizing pool acquisition. Primarily maintained for legacy Node.js 0.6+ projects. The package monkey-patches the existing mysql module and extends both pool and PoolCluster functionality. Not compatible with the newer mysql2 driver or modern ESM imports.","language":"javascript","status":"maintenance","version":"1.0.3","tags":["javascript","mysql","pool","performance"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-pool-booster","imports":["import mysql from 'mysql'; import MysqlPoolBooster from 'mysql-pool-booster'; mysql = MysqlPoolBooster(mysql);","const MysqlPoolBooster = require('mysql-pool-booster')","const pool = mysql.createPool({...}); pool.query(sql, callback)"]},{"cmd":"yarn add mysql-pool-booster","imports":[]},{"cmd":"pnpm add mysql-pool-booster","imports":[]}],"homepage":"https://github.com/ifsnow/mysql-pool-booster#readme","github":"https://github.com/ifsnow/mysql-pool-booster","docs":null,"changelog":null,"pypi":null,"npm":"mysql-pool-booster","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}