|
|
|
|
|
by hansonkd
145 days ago
|
|
Its crazy to me after all these years that django-like migrations aren't in every language. On the one hand they seem so straightforward and powerful, but there must be some underlying complexities of having it autogenerate migrations. Its always a surprise when i went to Elixir or Rust and the migration story was more complicated and manual compared to just changing a model, generating a migration and committing. In the pre-LLM world, I was writing ecto files, and it was super repetitive to define make large database strucutres compared to Django. |
|
At least you can opt-in to automated migrations in Elixir if you use Ash.