Django blog
2 min readSep 8, 2019
Outline
- Database
- Object-relational Mappers (ORMs)
Database
official documentation
others article
Object-relational Mappers (ORMs)
An object-relational mapper (ORM) is a code library that automates the transfer of data stored in relational database tables into Python objects that are used in Python code.