Skip to content
#

object-relational-mapper

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

eCommerce web site using Python Django. This project covers, completed backend with Django ORM(with MySQL) with the proper database design and structure and fully operational Admin panel of the web app, using Python Django. In this project, it covers all the areas of the backend part for the fully functional Admin panel frontend only. Next main …

  • Updated Oct 27, 2021
  • Python