Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 386 Bytes

File metadata and controls

7 lines (7 loc) · 386 Bytes

0x0F. Python - Object-relational mapping

At the end of this project you are expected to be able to explain to anyone, without the help of Google:

  • How to connect to a MySQL database from a Python script
  • How to SELECT rows in a MySQL table from a Python script
  • How to INSERT rows in a MySQL table from a Python script
  • What ORM means
  • How to map a Python Class to a MySQL table