EasyMySQL

JSON →
library 1.0.3 ·javascript abandoned
verified Jun 5, 2026

A lightweight MySQL query wrapper for Node.js that simplifies connection pooling and query execution. Built on top of node-mysql, it provides helper methods like get_one and get_all to reduce boilerplate code for common database operations. Current stable version is 1.0.3 (last updated 2011). Low release cadence; no longer actively maintained. Differentiates by offering three connection modes (direct, custom pool, built-in pool) and concise API for single-row or multi-row queries.