Metadata-Version: 2.3
Name: pylite-orm
Version: 0.1.0
Summary: A lightweight SQLite ORM for Python
Author: heyeh
Author-email: heyeh <heyeh@heyeh.cn>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# sqlite-orm

A dedicated ORM for operating SQLite in Python, built on sqlite3 with no third-party dependencies. Suitable for desktop software, scripts, embedded systems or small websites; it is currently synchronous rather than asynchronous.
