ts-mysql-helper

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

A TypeScript MySQL helper library (v1.3.2) that wraps the mysql driver with a singleton pattern for managing multiple database connections. Provides simplified CRUD operations (select, insert, update, delete) with support for complex queries (range, ordering). Released sparsely, last update in 2020. Limited differentiation: offers a basic abstraction over raw SQL but lacks high-level ORM features. Not recommended for new projects.