← Back to Radar
AdoptBuild

TypeORM

TypeScript ORM with migrations. Gets the job done.

TypeORM provides decorator-based entity definitions, a migration system, and both Active Record and Data Mapper patterns. The TypeScript integration means your database schema is type-checked alongside your application code.

The migration system is the real value. Generate migrations from entity changes, run them in sequence, and roll back when needed. For PostgreSQL projects where you want schema management without dropping to raw SQL for every change, TypeORM delivers.

databasesormbackend