daniel3303/AgentQL
Reusable .NET library that translates EF Core models into LLM-friendly schema descriptions and provides safe SQL query execution for AI agents.
This is a .NET library for developers building applications that need to talk to a database using natural language. It takes your existing EF Core database models and translates them into a format that large language models (LLMs) can understand. The LLM can then generate safe SQL queries to extract data, which the library executes and returns to the application. This is ideal for .NET developers looking to add AI-driven data querying capabilities to their applications, allowing users to ask questions about their data in plain English.
Use this if you are a .NET developer building an application where you want to enable an AI agent or chatbot to interact with your EF Core database using natural language, providing safe and controlled data access.
Not ideal if you are looking for an out-of-the-box, end-user application or if you are not working within the .NET ecosystem using EF Core.
Stars
21
Forks
1
Language
C#
License
MIT
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/daniel3303/AgentQL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mindsdb/mindsdb
Query Engine for AI Analytics: Build self-reasoning agents across all your live data
dataease/SQLBot
🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。Text-to-SQL Generation via LLMs using RAG.
vanna-ai/vanna
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using Agentic Retrieval 🔄.
weAIDB/CrackSQL
LLM-based Dialect Translation System
Canner/WrenAI
⚡️ GenBI (Generative BI) queries any database in natural language, generates accurate SQL...