query-mysql
JSON →query-mysql is a lightweight Node.js library for managing MySQL queries, version 0.0.2. It provides a simple promise-based interface for common database operations such as select, insert, update, and delete. The library wraps the mysql npm package and offers a chainable query builder to simplify SQL generation. However, it is in very early development (pre-1.0) with minimal documentation, no test coverage, and appears to be unmaintained, last updated in 2020. Alternatives like knex.js or mysql2 provide more robust features, better performance, and active community support.
Resources
packagequery-mysql ↗