This project manages the attendance records of an educational institution using SQL Server. It includes creating and managing a database to track student attendance, teacher assignments, and class ...
project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow.yaml │ └── ...