promise-mysql2

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

A promise wrapper for mysqljs/mysql, providing a simple way to interact with MySQL databases using Promises and async/await syntax. Version 1.0.0 is the latest stable release, with no active development indicated. It supports standard connection and pool creation, but not poolCluster. It is a lightweight alternative to more feature-rich ORMs like Sequelize or TypeORM, focusing on minimal abstraction over the underlying mysql driver.