Navigation Menu

Skip to content

e3krisztian/omlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    O      M            LITE
     bject  apper for SQ

Support for mapping relations between objects is intentionally missing.

Goals:

- one to one mapping between objects and database rows
- correctness
- ease of use
- small, simple implementation

Restrictions by design:

- maps class to table, table row to object instances
- relations between objects at the Python level are *NOT* supported
    + at the database level constraints including foreign keys are supported
- the name of the primary key is *id*.

Query language is SQL based.

About

simple Object Mapper for SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published