Hacker News new | ask | show | jobs
by steego 3596 days ago
> Speed of development and execution when I don't, and will likely never need, to query that way.

The initial joy and speed of of development is really nice. However, my experience has been you end up paying significant technical debt when the specs evolve faster than you think.

1 comments

I agree,and migrations can be a ghetto. With that known, I do side step constant SQL migrations and even get to skip simple migrations all together by specifying defaults in my domain.