SimpleORM
JSON →SimpleORM is a minimal, zero-config ORM for TypeScript developers who want to go from zero to one quickly. Current stable version is 1.0.8, released monthly. It simplifies database interactions by eliminating the need for complex schemas, migrations, and entity classes. Unlike heavy ORMs like TypeORM or Prisma, SimpleORM uses a single declaration object to define tables and relationships (one-to-one, one-to-many) and provides basic CRUD operations (insert, list, get, update, delete). It ships inline TypeScript types and depends on TypeScript ^5.0.0 as a peer dependency. Note it does not handle N+1 queries or advanced filtering; it's designed for prototyping and small apps.
Resources
packagedead-simple-orm ↗