{"library":"mysql-node-client","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.3.4","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-node-client","imports":["const createMysqlClient = require('mysql-node-client')","const mysqlClient = createMysqlClient(CONNECTION_DATA, options?)"]},{"cmd":"yarn add mysql-node-client","imports":[]},{"cmd":"pnpm add mysql-node-client","imports":[]}],"homepage":"https://github.com/vladmihaisavin/mysql-node-client","github":"https://github.com/vladmihaisavin/mysql-node-client","docs":null,"changelog":null,"pypi":null,"npm":"mysql-node-client","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}