Microsoft.Data.SqlClient is a .NET data provider for Microsoft SQL Server and the Azure SQL family of databases. It grew from a union of the two System.Data.SqlClient components which live ...
├── main.py # Application Entry Point ├── controller/ │ ├── DB_controller.py # Logic for DB-to-DataFrame transformations │ └── llm_model_controller.py # Logic for Prompt Engineering & AI Orchestration ...