Perform SQL queries compilation which make it faster. Lightweight and easy to integrate into existing projects. To use SQL Compiler in your project, simply link against the library and include the ...
project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow.yaml │ └── ...