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,391 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

In this application, you will be able to create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM (object-relational mapping). This uses a MVC design pattern and uses Node and MySQL to query and route data in the app. Handlebars generates the HTML for the application. Check it out and enjoy at http://yumburger.herokuapp.com/

  • Updated Jul 27, 2018
  • HTML