QLite
============
Description
QLite is a lite project of SQLite ORM at Python3, as lite ORM for lite SQL.
============
Capability
- create/drop tables by its QLite ORM-classes;
- insert/update/delete data by its QLite ORM-objects;
- select data by QLite query constuctor;
- select data with autojoin data by foreign key (different strategies);
- get QLite ORM-object by ID with all its recursion data or one-step data with lazy=TRUE;
============
Links
GitHub - https://github.com/BorisPlus/otus_webpython_005
============
Author
BorisPlus
Homework project аt course "Web-developer by Python" (https://otus.ru/learning)