ln2sql and nlsql
These are competitors—both tools independently translate natural language queries into SQL without relying on each other, so users would typically select one based on factors like maturity (A has significantly more adoption) and architecture preferences (A's GitHub presence versus B's LLM-based approach).
About ln2sql
FerreroJeremy/ln2sql
A tool to query a database in natural language
This tool helps anyone who needs to quickly get specific data from a database without writing complex code. You provide it with your database structure (as an SQL dump file) and a question in plain English (or another supported language). The tool then translates your question into a precise SQL query, ready to be executed, making data retrieval much simpler for non-technical users.
About nlsql
TharaneshA/nlsql
Natural Language to SQL query generator using LLM. Converts plain English into executable SQL queries with a Python CLI.
Scores updated daily from GitHub, PyPI, and npm data. How scores work