{"library":"eq-mysql","type":"library","category":null,"description":"A lightweight Node.js MySQL query builder wrapper around the `mysql` package, designed to simplify common database operations like select, insert, update, delete, and joins. Version 1.1.5 is the latest stable release, with no active development observed. It provides a chainable API for building SQL queries (select, where, orderBy, groupBy, join, etc.) and supports promise-based async/await. Key differentiators include automatic SQL injection protection via parameterized queries, multiple where clause formats (string, object, array), and a `create` method for multiple database instances. However, it lacks TypeScript support, connection pooling documentation, and may have maintenance concerns.","language":"javascript","status":"maintenance","version":"1.1.5","tags":["javascript","MySql","Easy MySql","Quyer MySql","Node MySql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install eq-mysql","imports":["const eqMysql = require('eq-mysql');","eqMysql.config({...});","const { table } = eqMysql;"]},{"cmd":"yarn add eq-mysql","imports":[]},{"cmd":"pnpm add eq-mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"eq-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}