Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ for Text-to-SQL
- [QueryWeaver](https://github.com/FalkorDB/QueryWeaver)
- QueryWeaver is an open-source graph-powered Text-to-SQL engine that leverages a semantic layer to bridge the gap between natural language and complex relational databases. By mapping database schemas into knowledge graphs using FalkorDB, it provides superior contextual understanding for intricate joins and business logic. The library supports PostgreSQL and MySQL and includes a built-in MCP (Model Context Protocol) server, making it easily integrable into agentic workflows and LLM-based tools like Claude or Cursor.

- [PromptQuery](https://github.com/Cyberfilo/promptquery)
- PromptQuery (prq) is a deterministic, read-only natural-language-to-PostgreSQL CLI built for production-scale schemas with hundreds of tables. It pairs a retrieval pipeline (TF-IDF schema selection + an LLM table selector + FK-graph expansion) with a sqlglot safety guard and a read-only execution session, and ships an honest, failures-included benchmark on a 675-table Odoo 18 schema and the public 216-table EMBL-EBI RNAcentral database.

## 🔧 Practice Project
- [DB-GPT-Hub](https://github.com/eosphoros-ai/DB-GPT-Hub)
[![GitHub Repo stars](https://img.shields.io/github/stars/eosphoros-ai/DB-GPT-Hub?style=social)](https://github.com/eosphoros-ai/DB-GPT-Hub/stargazers)
Expand Down