orm-ts
JSON →A TypeScript-first ORM library for Node.js (v0.5.13) that provides a declarative repository pattern with decorators for model mapping, lazy injection, caching, and validation. It integrates with dependency injection and supports MySQL (via mysql2). The library emphasizes CRUD simplicity with decorator-driven SQL binding, but is relatively niche with sparse documentation and maintenance. Key differentiators include built-in cache put/evict decorators and a base repository class.
Resources
packageorm-ts ↗