mysql-tk
JSON →A thin wrapper around the MySQL npm package providing a fluent query builder API for Node.js. Current stable version is 1.0.10, with low release cadence (last update in 2017). It simplifies CRUD operations with chainable methods like .where(), .fields(), .limit(), .order(), .count(), .find(), .select(), .add(), .update(), .delete(). Compared to knex or Sequelize, mysql-tk offers minimal abstraction with no ORM, making it suitable for quick scripts but lacking modern features like connection pooling, migrations, or TypeScript support.
Resources
packagemysql-tk ↗