Socket
Socket
Sign inDemoInstall

qlite

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    qlite

QLite is a lite project of SQLite ORM at Python3, as lite ORM for lite SQL.


Maintainers
1

Readme

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;

GitHub - https://github.com/BorisPlus/otus_webpython_005

============ Author

BorisPlus

============ Comment

Homework project аt course "Web-developer by Python" (https://otus.ru/learning)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc