DukeNLIDB/NLIDB
Natural Language Interface to DataBases
This project helps anyone who needs to extract specific information from a database but doesn't know how to write SQL queries. You type your request in plain English, and the system translates it into a precise database query. It's designed for business analysts, researchers, or anyone who needs to quickly get answers from structured data.
117 stars. No commits in the last 6 months.
Use this if you want to ask questions of your database in everyday language, like 'Show me all authors who published in 2023' instead of writing complex SQL.
Not ideal if you are an experienced database administrator or developer who is comfortable writing SQL queries directly, or if you need to perform very complex data manipulations beyond simple information retrieval.
Stars
117
Forks
34
Language
Java
License
Apache-2.0
Category
Last pushed
May 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DukeNLIDB/NLIDB"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
FerreroJeremy/ln2sql
A tool to query a database in natural language
salesforce/TabularSemanticParsing
Translating natural language questions to structured query language (SQL)
jkkummerfeld/text2sql-data
A collection of datasets that pair questions with SQL queries.
eguilg/nl2sql
阿里天池首届中文NL2SQL挑战赛top6
HKUSTDial/NL2SQL_Handbook
This is a continuously updated handbook for readers to easily track the latest Text-to-SQL...