Tspace MySQL ORM
JSON →Tspace MySQL is a promise-based ORM for Node.js with full TypeScript support, providing type safety, model-based CRUD, schema migrations, relationships, soft deletes, caching, and a job queue. Current stable version is 1.9.1. It supports MySQL, MariaDB, Postgres, SQLite, and MongoDB (experimental). Key differentiators include built-in validation, a CLI for migrations and model generation, decorators for clean code, and support for nested relations. Releases follow a regular cadence with TypeScript peer dependency >=5.6.2. Compared to Sequelize or TypeORM, it offers a more opinionated repository pattern and includes caching (in-memory and Redis) and a queue out of the box.