{"library":"pool-mysql","type":"library","category":null,"description":"A MySQL connection pool wrapper with multiple pool support, async/await, connection tagging, and schema-based ORM-like query builder. Latest stable version is 2.2.14, released around 2022. It depends on the mysql package and provides features like writer/reader separation, model definitions with references (one-to-one, one-to-many), and populate queries. Key differentiators include environment-based configuration, priority/limit connection tagging, and a Schema class for defining columns with types like PK, FK, ENUM, Polygon, and DateTime. The library is TypeScript-typed and designed for Node.js, but its activity is low and may lack active maintenance.","language":"javascript","status":"maintenance","version":"2.2.14","tags":["javascript","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install pool-mysql","imports":["import pool from 'pool-mysql'","import { Schema } from 'pool-mysql'","pool.query(sql, values, callback)","pool.createPool(options)","const result = await connection.q(sql, values)"]},{"cmd":"yarn add pool-mysql","imports":[]},{"cmd":"pnpm add pool-mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"pool-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}