mysql-node-client

JSON →
library 1.3.4 ·javascript
verified Jun 5, 2026

A lightweight MySQL client wrapper for Node.js that provides a connection pool, CRUD operations (store, update, destroy, list, fetch), DDL methods (createDatabase, listDatabases, createTable, listTables, describeTable), and a raw query method. Version 1.3.4 depends on the popular 'mysql' npm package. It simplifies common database tasks while exposing underlying connection objects for advanced use. Release cadence is irregular; the package is stable but sees infrequent updates. Differentiators: built-in connection pooling (default limit 100, queue 100), easy CRUD with filters/projection, and explicit pool destruction.