crud-app/ ├── app/ │ ├── __init__.py # Package initialization │ ├── config.py # Configuration management │ ├── database.py # Database connection & session factory │ ├── models.py # SQLAlchemy ORM ...
Validate Polars DataFrames and log results to SQLite. A lightweight Python library for data engineers who need to validate pipeline data without the overhead of heavyweight frameworks.