TypeORM is a TypeScript-first ORM for Node.js. It leans on decorators to map classes to tables and supports both the Active Record and Data Mapper patterns. Its biggest draw is deep TypeScript integration; its biggest risks are query-layer rough edges and uneven maintenance history.
