mysql-cli-exec

JSON →
library 0.1.8 ·javascript deprecated
verified Jun 5, 2026

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.