Metadata-Version: 1.1
Name: qlite
Version: 0.0.5
Summary: QLite is a lite project of SQLite ORM at Python3, as lite ORM for lite SQL.
Home-page: https://github.com/BorisPlus/otus_webpython_005
Author: BorisPlus
Author-email: boris-plus@mail.ru
License: UNKNOWN
Description: 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
        
        ============
        Comment
        ============
        
        Homework project аt course "Web-developer by Python" (https://otus.ru/learning)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
