ts-db-helper-mysql-connector

JSON →
library 0.0.20 ·javascript
verified Jun 5, 2026

MySQL database connector for the ts-db-helper ORM ecosystem, version 0.0.20. This package provides a thin wrapper around the mysql2 driver to integrate with ts-db-helper's schema-based query builder. It is a low-level connector in the ts-db-helper family, intended to be used alongside the core ORM library. The library ships TypeScript type definitions and supports connection pooling and prepared statements. Release cadence appears irregular as it is still in early development (pre-1.0). Compared to standalone ORMs like Sequelize or TypeORM, this connector is tightly coupled to ts-db-helper and not recommended for general-purpose use.