project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow ...
INSERT INTO plats (idPla, nomPla, prixPla, idCat) VALUES (1,'Salade César', 8.00, 1); INSERT INTO plats (idPla, nomPla, prixPla, idCat) VALUES (2,'Soupe à l\'oignon ...