Metadata-Version: 2.2
Name: noormsql
Version: 0.1.0
Summary: Add your description here
Author-email: Victor Pierozan <victor@pierozan.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# NoORMSQL

NoORM SQL is a lightweight abstraction layer over sqlalchemy core. It is designed to be a simple query builder and object mapper.

## Features

- No live objects, they are just data
- No hidden queries (e.g. on property access)
- No relationships, no N+1 problem



