mysql-cli-exec
JSON →A MySQL command-line tool for Node.js that executes SQL statements and returns results as an object array. Current stable version 0.1.8, released in 2019. The package provides a simple promise-based API to run multiple SQL statements (e.g., USE, SELECT) in a single call, returning an array of row objects. It requires manual configuration of host/username/password and supports dynamic connections per query. This is a lightweight alternative to full ORM solutions like Sequelize, but lacks active maintenance.
Resources
packagemysql-cli-exec ↗