ishitakhanikar/Text2Sql
Text2SQL is a lightweight system that lets users ask questions in plain English and get answers directly from a relational database without writing SQL themselves. The project converts natural language queries into safe, validated SQL using locally hosted language models, so everything runs on the user’s machine without relying on cloud-based APIs.
Stars
1
Forks
—
Language
Python
License
—
Category
Last pushed
Dec 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/ishitakhanikar/Text2Sql"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AmmarAhm3d/automated-sql-generation-openai
Developed a Python program that can automatically generate and optimize SQL queries based on...
TheQuantScientist/TextToSQL
SLMs for domain-related Text-to-SQL tasks
mrseanryan/gpt-dm
Data modelling via natural language using an LLM. Outputs JSON or SQL. Also generates Test data...
qbxlvnf11/sql-where-clause-extraction-from-user-query
"SQL Where Clause" Extraction from User Chat Query with LLM
NikolaPantel/SQL-Analyst-AI
LLM-powered analytics engine that translates natural-language questions into safe SQL and clear...