ERD_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "erd") SQL_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "ddl") ...
An intelligent application that converts natural language queries into SQL code using AI (via Groq LLM). Available as both a web API with interactive UI and a command-line tool.