|
|
|
|
|
by sodapopcan
1040 days ago
|
|
As I said, I would use it if it existed. But I have never experienced anything close to fear when writing migrations, that sounds insanely hyperbolic. The most I've experience is very mild pain. There's also the thing that schemas are not 1-to-1 with tables in Ecto (I realize it's possible in ORMs too, but not as ergonomic). Sure, you don't have to do this, and many don't, but it's very useful. |
|
It's more about the speed of development. I sometimes make many migrations per day. It's just so fast I don't really think about changing models at all.