Skip to content
#

Object–relational mapping

Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.

Here are 5,392 public repositories matching this topic...

TypeORM: Premier TypeScript/JavaScript Object-Relational Mapping (ORM) framework. Simplifies DB operations via an expressive API, ideal with Express. Leverages decorators for easy model, validation, relationship setup. Automates SQL queries, schema. Compatible, strong typing - the ORM choice.

  • Updated Aug 24, 2023
  • TypeScript