ali-mysql-client

JSON →
library 1.0.7 ·javascript
verified Jun 5, 2026

ali-mysql-client (v1.0.7) is a lightweight Node.js MySQL client providing a fluent API for common database operations: select, insert, update, delete, with support for pagination, joins, grouping, ordering, and raw SQL. It wraps the `mysql` package, offering a more expressive chainable builder pattern akin to Knex but simpler. Released under MIT, it is suitable for small to medium projects that need quick MySQL access without ORM overhead.