ORMΒΆ
A object-relational mapping (ORM) is a programming technique for converting data between databases and programming languages. It is a way to convert data from a database into a programming language and vice versa.
Goal
Goals for this section:
- Learn what an ORM is
- Learn how to use an ORM in Python