mysql-connection-pool-manager icon indicating copy to clipboard operation
mysql-connection-pool-manager copied to clipboard

This is a mySQL Connection Pool Manager wrapper powered by mysqljs/mysql and allows for intelligent management & load balancing mysql connection pools.

Results 4 mysql-connection-pool-manager issues
Sort by recently updated
recently updated
newest added

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

Bumps [mysql](https://github.com/mysqljs/mysql) from 2.17.1 to 2.18.0. Changelog Sourced from mysql's changelog. v2.18.0 (2020-01-21) Add localInfile option to control LOAD DATA LOCAL INFILE Add new Amazon RDS Root 2019 CA to...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

running queries as strings directly work fine, but using prepared statements for complex interpolations fail, as no payload is passed to the query method of a connection