nodedb-helper

JSON →
library 1.4.1 ·javascript maintenance
verified Jun 5, 2026

A lightweight MySQL query builder and connection manager for Node.js, current version 1.4.1. It optimizes MySQL connections for re-use and supports multiple databases in a single application. Reads environment variables to switch between development and production databases. Provides chainable methods like .select(), .insert(), .update(), .delete(). No ORM overhead; designed for simple SQL operations with parameterized queries. Limited documentation and community adoption. Not recommended for new projects due to lack of maintenance (last release 4+ years ago). Consider using mysql2 with promise wrapper or knex.js instead.