Skip to content

An ORM's job is to take plain old Python classes and translate them into stored rows in a database's tables.

Notifications You must be signed in to change notification settings

DimitrisBovasianos/ObjectRelationalManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An ORM's job is to take plain old Python classes and translate them into stored rows in a database's tables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages