Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 227 Bytes

File metadata and controls

3 lines (3 loc) · 227 Bytes

ObjectRelationalManager

An ORM's job is to take plain old Python classes and translate them into stored rows in a database's tables. Using the sqlite3 module i created the scheme of a database and a class to interact with it