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 139 public repositories matching this topic...

Many small to mid-sized businesses encounter a common problem when trying to submit their expense reports for their employers to get reimbursements. The procedure is often tedious and labor-intensive because they need to compile a list of expenses that can be allocated to different project codes and receipt backups that correspond to the expense…

  • Updated Apr 10, 2018
  • HTML

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