Active Record ORM
- Python 3.12 or above
- Install packages from
requirements.txt
- Install requirements from the section above
- Fill
.env
file with the correct database connection data - Run
python example/main.py
from the project folder
- Install requirements from the section above
- Fill
.env
file with the correct database connection data - Run
PYTHONPATH=. pytest
from the project folder