{"library":"mysql-kit","type":"library","category":null,"description":"A lightweight MySQL toolkit built on top of the `mysql` npm package that provides promisified query methods and common CRUD shorthand operations (find, findOne, insert, update, etc.). Current stable version is 0.3.0 with a low release cadence (last release Sep 2019). Key differentiators: minimal abstraction over raw `mysql` queries, synchronous-looking async API, and built-in helper methods for common operations. Does not use connection pooling natively (delegates to `mysql`). Suitable for simple scripts or small projects needing a thin wrapper.","language":"javascript","status":"active","version":"0.3.0","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-kit","imports":["import connect from 'mysql-kit'","import connect, { query } from 'mysql-kit'","import connect, { findOneById } from 'mysql-kit'"]},{"cmd":"yarn add mysql-kit","imports":[]},{"cmd":"pnpm add mysql-kit","imports":[]}],"homepage":"https://github.com/4074/mysql-kit#readme","github":"https://github.com/4074/mysql-kit","docs":null,"changelog":null,"pypi":null,"npm":"mysql-kit","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}