I\'ve been doing development using SQLITE database with production in POSTGRESQL. I just updated my local database with a huge amount of data and need to transfer a specifi
pgloader work wonders on converting database in sqlite to postgresql.
Here's an example on converting a local sqlitedb to a remote PostgreSQL db:
pgloader sqlite.db postgresql://username:password@hostname/dbname