.. _session_2_07: ############################### Session 7: Relational Databases ############################### * SQL * ORMs * Normalization * Schema * Sqlite * Postgresql Reading ======= Andy Miles' slides: https://gitpitch.com/milesak60/rdbms-slides#/ And Example code: https://github.com/milesak60/RDBMS-example Supplemental Readings ===================== Christine Spang (PyCon 2016) `To ORM or not to ORM `_ Exercises ========= Add a database back-end to mailroom -- your choice.