Replies: 1 comment
-
I did something similar recently, although I was migrating from just using raw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I started my project with diesel, but later switched to sqlx. But I already have diesel migrations deployed. Is there an easy way to start using sqlx migrator?
Diesel migrations table is quite simple, while I'm not sure what is in sqlx's one. Did anyone write some migration from diesel to sqlx? Or any other methods?
I would like to avoid pg_dump-ing database schema and using it as a single migration, because different sites have different migrations...
Beta Was this translation helpful? Give feedback.
All reactions