mysql-pool
JSON →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.
Resources
packagemysql-pool ↗