FerreroJeremy / ln2sql

A tool to query a database in natural language
GNU General Public License v3.0
510 stars 200 forks source link

Support for non MySQL common databases (eg. PostgreSQL) #24

Open shashank88 opened 7 years ago

shashank88 commented 7 years ago

Currently it works for MySQL dbs. It would be nice to make it work for postgres / Redshift / BigQuery.

shashank88 commented 7 years ago

WIP

sumitsoman commented 4 years ago

Has there been an update on this? I tried using a PostgreSQL dump and get this message on trying to read database using database.load("database_store\\mytable.sql")

AttributeError: 'NoneType' object has no attribute 'group'

aitoehigie commented 3 years ago

How can we help to get it work with Postgres?