You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
An ORM's job is to take plain old Python classes and translate them into stored rows in a database's tables.