YEPS MySQL

JSON →
library 1.1.1 ·javascript
verified Jun 5, 2026

YEPS MySQL is a promise-based MySQL client for Node.js built on top of the mysql2 package, designed for use with the YEPS HTTP framework. Version 1.1.1 is the latest stable release. It provides a simple middleware-based approach to attach a MySQL connection pool to the request context, as well as a standalone pool module for direct use. Key differentiators include tight integration with YEPS middleware and async/await support. It requires Node >= 7.6.0 and relies on mysql2 and yeps as peer dependencies.