led-mysql

JSON →
library 1.0.4 ·javascript
verified Jun 5, 2026

A lightweight MySQL wrapper for Node.js that provides a simplified API for common database operations including query, insert, update, and unique ID generation. Version 1.0.4 is current, with no recent updates or breaking changes. The library wraps the mysql package and adds connection resilience with automatic reconnection attempts. It is designed for small to medium projects where simplicity is preferred over full-featured ORMs like Sequelize or Knex. The API is promise-based and supports async/await. The package is stable but lightly maintained.