DataQueryAI – Turn plain text into SQL locally
Local-first natural language SQL beats cloud alternatives, but text-to-SQL is a crowded space.
Chat with your database. Locally. VS Code extension for exploring and understanding schemas and stored procedures using local LLMs. SQL Server · PostgreSQL · MySQL. Zero cloud dependency.
Local-first schema Q&A for VS Code, but ChatGPT, Cursor, and Continue already handle this via cloud LLMs.
Backend developers, database administrators, engineers maintaining legacy systems
Cursor · Continue · GitHub Copilot
SchemaSight connects to SQL Server, PostgreSQL, or MySQL, crawls your schema, summarizes every object with a local LLM, and lets you ask questions in plain English from inside VS Code. Everything runs on your machine — no cloud, no API keys, no data leaving your environment.
Happy to answer questions about the RAG pipeline or architecture.
Local-first natural language SQL beats cloud alternatives, but text-to-SQL is a crowded space.
LLM-augmented SQL optimizer with schema context, but lacks benchmarks proving it beats manual EXPLAIN review.
Gathers schema + EXPLAIN + stats for LLM context; HypoPG simulates indexes risk-free.
Yet another database client in a sea of DataGrip and TablePlus clones.
Uses PostgreSQL's own parser when sqldef hits parsing limits.
Keeps the abandoned migra tool alive, but Atlas and Flyway already own this space.