Support for DB migrations (Liquibase or Flyway)? #32
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@ksourabh321 kindly reach out to me [email protected] (regarding liquibase |
Beta Was this translation helpful? Give feedback.
-
Hello, does this library work well (or even integrate) with DB migration frameworks like Liquibase or Flyway?
Beta Was this translation helpful? Give feedback.
All reactions