ModularORM
JSON →ModularORM (v0.3.51) is a lightweight, fully object-oriented ORM for TypeScript and MySQL. It uses a class-based, decorator-driven API to define tables, columns, and relationships, and supports DTO mapping with validation/transforms. Key differentiators: repository pattern out of the box, in-memory caching, typed information schema access, and auto or file-based migrations. Released as weekly updates, it targets developers who want a type-safe, minimal-overhead alternative to heavier ORMs like TypeORM or Sequelize. Note: only MySQL is currently supported, and the package is pre-1.0 (breaking changes possible).
Resources
packagemodular-orm ↗