mysql-query-util
JSON →A lightweight MySQL utility for Node.js that simplifies CRUD operations with a declarative, non-SQL-like syntax. Version 1.1.1 provides an abstraction over raw MySQL queries for select, insert, update, and delete operations. It uses a connection pool for efficient database management. Known for its simplicity, it is suitable for small to medium projects but lacks advanced features like migrations, query building, or TypeScript support. Alternative to knex or mysql2/promise.
Resources
packagemysql-query-util ↗