Support for DB migrations (Liquibase or Flyway)? #32
Unanswered
sideeffffect
asked this question in
Q&A
Replies: 3 comments
|
Absolutely, but completely separately! You first run the process to apply migrations, then you run typo to regenerate code. How you want to do this - during development, on ci and so on - is completely up to you |
0 replies
|
When it comes to database migration, it would be great if typo can perform migration in a declarative way using SQL files as this Rust crate does: https://crates.io/crates/renovate. There is also https://atlasgo.io, but it uses HCL for schema definition. |
0 replies
|
@ksourabh321 kindly reach out to me [email protected] (regarding liquibase |
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, does this library work well (or even integrate) with DB migration frameworks like Liquibase or Flyway?
All reactions