TypeORM: Detailed Overview & Metrics

v0.3.20(5 months ago)

This package is actively maintained.Types definitions are bundled with the npm packageNumber of direct dependencies: 15Monthly npm downloads

TypeORM is an Object Relational Mapping (ORM) library for TypeScript and JavaScript that allows developers to work with databases using object-oriented programming techniques. It supports various database management systems like MySQL, PostgreSQL, SQLite, and others, providing a flexible and powerful way to interact with databases.

Compared to other ORM libraries like Sequelize and Knex.js, TypeORM stands out for its strong typing support, ease of use, and active community. It offers features like entity modeling, migrations, and query building, making database interactions more intuitive and efficient.

Alternatives: sequelize, knex.js, prisma

Tags: typescriptjavascriptORMdatabaseTypeORM