Convert SQLITE SQL dump file to POSTGRESQL

后端 未结 8 542
梦如初夏
梦如初夏 2020-11-28 01:03

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

8条回答
  •  自闭症患者
    2020-11-28 01:16

    I wrote a script to do the sqlite3 to postgres migration. It doesn't handle all the schema/data translations mentioned in https://stackoverflow.com/a/4581921/1303625, but it does what I needed it to do. Hopefully it will be a good starting point for others.

    https://gist.github.com/2253099

提交回复
热议问题