MySQL-Kit
JSON →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.
Resources
packagemysql-kit ↗