You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
$ select*from __diesel_schema_migrations;
version | run_on
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...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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