This project delivers a smart Telegram bot that allows users to ask questions in plain English (e.g., "Show me the top 5 highest paid employees") and automatically:
Converts the natural language into a correct SQL query using AI (OpenAI GPT).
Executes the query safely on your database (Microsoft SQL Server, MySQL, PostgreSQL).
Returns formatted results directly to the user on Telegram.
No SQL knowledge is required from the end user. The bot acts as a natural language interface to your database.