ln2sql icon indicating copy to clipboard operation
ln2sql copied to clipboard

Support for non MySQL common databases (eg. PostgreSQL)

Open shashank88 opened this issue 8 years ago • 3 comments

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

shashank88 avatar Nov 25 '17 21:11 shashank88

WIP

shashank88 avatar Nov 25 '17 21:11 shashank88

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'

sumitsoman avatar Jun 09 '20 09:06 sumitsoman

How can we help to get it work with Postgres?

aitoehigie avatar Jul 27 '21 14:07 aitoehigie