decorator-mysql
JSON →A TypeScript framework that uses ES/TS decorators to query MySQL databases with minimal boilerplate. Version 1.0.21 is the latest, with an unknown release cadence. It provides decorators like @Select, @Insert, @Update, @Delete to map SQL queries directly to class methods, returning typed results. Unlike ORMs such as TypeORM or Sequelize, it offers a lighter, annotation-driven approach without entity definitions, suitable for simple SQL-heavy projects. Ships TypeScript types and requires Node >=16.
Resources
packagedecorator-mysql ↗