I have been trying to import this sqlite database into mysql or postgresql database. But had been failing. Can anyone help me with this?
I have been trying to import this sqlite database into mysql or postgresql database. But had been failing. Can anyone help me with this?
You need to provide a password in the connection string. https://pgloader.readthedocs.io/en/latest/pgloader.html?highlight=password#connection-string
Thanks man. It worked