ln2sql
ln2sql copied to clipboard
A tool to query a database in natural language
Hello everyone, Is there a way to fix a default column for a table when no column is specified. For example, if I have a table "Bus", its default colum...
Postgres dump input file format .sql UTF-8
The english statement 'What is the name of the professor who is teaching the field Algorithm ?' does not work. There comes an error saying 'there is at least one...
The following issue raises when I try to load the sql dump file. if 'TABLE' in line: 111 table_name = re.search("`(\w+)`", line) --> 112 table.name = table_name.group(1) 113 if self.thesaurus_object...
I think a huge sign should be placed in the readme file to inform users that this doesn't work with Postgres databases. I spent hours trying to figure out why...
Currently it works for MySQL dbs. It would be nice to make it work for postgres / Redshift / BigQuery.
I am sorry, I am not getting how to use this tool. Can anybody tell me the uses or steps from scratch so that I can understand and use this...
Hi, I tried to use thesaurus, but I'm getting an issue saying "argument of type 'NoneType' is not iterable". Could anyone help on this? Thanks!
Unable to form query containing multiple Group by. Is it supported? If yes, what should be the input sentence syntax?