{"library":"mysql-pool","type":"library","category":null,"description":"A lightweight MySQL connection pool for Node.js built on top of node-mysql. Version 0.2.2 is the latest stable release, with no newer versions since 2012. Provides basic pooling functionality (create pool, get connection, release) but is unmaintained and lacks modern features like promise support, TypeScript types, or connection limit options. Alternatives like mysql2 or generic-pool are recommended.","language":"javascript","status":"deprecated","version":"0.2.2","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-pool","imports":["const { createPool } = require('mysql-pool');","const Pool = require('mysql-pool').Pool;","const mysqlPool = require('mysql-pool'); // no default export"]},{"cmd":"yarn add mysql-pool","imports":[]},{"cmd":"pnpm add mysql-pool","imports":[]}],"homepage":"https://github.com/Kijewski/node-mysql-pool","github":"git://github.com/Kijewski/node-mysql-pool","docs":null,"changelog":null,"pypi":null,"npm":"mysql-pool","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}