mysql-helper-es6

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

A lightweight MySQL helper library using async/await syntax (ES2017) for Node.js. Version 0.2.1 provides a singleton-based wrapper around the mysql package with methods for select, selectOne, insertInto, batchInsertInto, replaceInto, update, and delete. It supports simple and range WHERE conditions. Designed for Node.js v8+, it is a minimal alternative to more full-featured ORMs like Sequelize or TypeORM. No TypeScript types included; for TS support, see ts-mysql-helper.