mysql-i

JSON →
library 4.1.4 ·javascript
verified Jun 5, 2026

A promise-based MySQL interface built on top of the mysql package. Version 4.1.4 provides a simple API for common database operations including insert, update, delete, replace, save, select, pagination, transactions, connection pooling, and stored procedures. It supports multiple databases with easy switching, encapsulated transactions, and both sequential and concurrent execution modes for batch operations. The library offers TypeScript type definitions and is suitable for Node.js applications requiring a lightweight, easy-to-use MySQL client without complex ORM features. However, it has limited community adoption and documentation primarily in Chinese, which may pose a barrier for English-speaking developers.