typeorm

v0.3.28 MIT

Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.

Weekly Downloads
3.3M
Stars
36.3K
Forks
6.5K
Open Issues
482
Unpacked Size
20.8 MB

Download Trends

Download trends for typeorm03.1M6.2M9.3M12.4MFeb 25May 25Aug 25Nov 25Feb 26
typeorm

AI Insights

TypeORM is a versatile Data-Mapper ORM designed for TypeScript and ES2021+, facilitating seamless database interactions across various SQL and NoSQL systems. With support for MySQL, PostgreSQL, MongoDB, and more, it simplifies data management for developers focusing on modern web applications.

When to use

  • When you need an ORM that supports multiple databases like MySQL, PostgreSQL, and MongoDB.
  • If you are developing applications using TypeScript for type safety and better tooling.
  • When you prefer an active-record or data-mapper approach for database operations.

When NOT to use

  • If your application does not use TypeScript or ES2021+ features.
  • When you require a lightweight solution that does not need the overhead of an ORM.
  • If your project relies on a database management system not supported by TypeORM.

Alternatives

Categories