project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow.yaml ...
Welcome to the SQL Compiler project! This project is designed to parse and compile SQL queries using a custom-built compiler with support for various SQL keywords and functions. This project includes ...