typeorm@1.1.0
// Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
$ npm install typeorm
downloads/wk
4,599,663
license
MIT
version
1.1.0
published
Jul 13, 2026
What is typeorm?
TypeORM is an object-relational mapping (ORM) library that lets you define and interact with database models using TypeScript classes and decorators instead of writing raw SQL queries. It supports a wide range of databases including PostgreSQL, MySQL, SQLite, MongoDB, and others, making it useful for building type-safe backend applications with consistent database logic across different database systems.
Links
Dependencies (10)
Maintainers
michaelbromley, pleerock