k9-mysql
JSON →A Node.js MySQL driver that exclusively supports connection pools and generator-based (co) asynchronous flow with transaction support. Version 1.0.2 is stable with no recent updates. It provides a simple API around pool initialization, queries, transactions, and rollbacks. Unlike mysql2 or knex, it uses yield/co patterns and requires global pool initialization before any query. It is minimal and opinionated, making it suitable for legacy generator-based Node.js projects.
Resources
packagek9-mysql ↗