klaru-mysql-wrapper

JSON →
library 1.2.0 ·javascript
verified Jun 5, 2026

A lightweight MySQL wrapper for Node.js providing simplified query execution and connection management. Current version 1.2.0 wraps the standard mysql package with async/await support and basic connection pooling. The API exposes a single default export for creating a connection pool and executing queries. This library has infrequent updates and minimal documentation; no recent changes or known issues. It differentiates by offering a very thin abstraction over mysql, but lacks TypeScript types and community adoption. Prefer more maintained alternatives like mysql2 or knex.