mysql-qs-parse

JSON →
library 2.4.18 ·javascript
verified Jun 5, 2026

A MySQL query builder and ORM-like library for Node.js that supports CRUD operations with a plugin-based architecture. Current stable version is 2.4.18. The library provides methods like find, findOne, insert, update, delete on a MySQL connection instance. It uses EventEmitter for lifecycle events (open, close, error, mysql-log) and supports Promises. Key differentiators: built-in security filtering, logging, and support for logical/physical deletion. Requires manual connection management with open() and release() calls.