ln2sql
ln2sql copied to clipboard
Support for non MySQL common databases (eg. PostgreSQL)
Currently it works for MySQL dbs. It would be nice to make it work for postgres / Redshift / BigQuery.
WIP
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'
How can we help to get it work with Postgres?