Skip to content
Discussion options

You must be logged in to vote

There is no built-in migration from SQLite to PostgreSQL in drift.

In terms of hacking something together, you could start using PostgreSQL with an existing drift database (see postgres support), and then open two instances of your database to start copying tables from SQLite to Postgres. You could also do this offline by using drift to generate a batch of SQL statements doing the writes beforehand with tricks like these used for testing.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JHubi1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants