Generating up and down SQL migration automatically #3705
hushoujier
started this conversation in
Show and tell
Replies: 1 comment
-
I found this library in Rust that does something similar, but I believe it is not as mature: https://crates.io/crates/sql_from_models I was looking for a tool like this that brings the power of Django's models and migration management to sqlx migrations. It might be interesting to create code to automatically generate a sqlx::FromRow struct for each model to map the results of sqlx queries. |
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.
-
rjango is a tool that automatically generates up and down migration files for rust sqlx.
Advantage
Welcome to use, discuss, submit PRs and star
Beta Was this translation helpful? Give feedback.
All reactions