Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django orm

Django ORM provides an elegant and powerful way to interact with the database. ORM stands for Object Relational Mapper. It is just a fancy word describing how to access the data stored in the database in Object Oriented fashion.
Source by www.codementor.io #
 
PREVIOUS NEXT
Tagged: #django #orm
ADD COMMENT
Topic
Name
9+9 =