Skip to content

Releases: anmolg1997/NL2SQL-Engine

v0.1.0 — Initial Release

21 Mar 04:54

Choose a tag to compare

NL2SQL Engine v0.1.0

Natural language to SQL with self-correction and multi-dialect support.

Highlights

  • LLM-powered SQL generation with chain-of-thought reasoning
  • SQLGlot validation and automatic self-correction loop
  • Multi-dialect support — PostgreSQL, Snowflake, BigQuery, MySQL
  • Live schema introspection with few-shot example retrieval
  • React 18 query console with explain plans and result preview
  • Docker Compose deployment with PostgreSQL

Infrastructure

  • CI pipeline with ruff lint + pytest
  • Comprehensive wiki documentation