Hacker News new | ask | show | jobs
by thesimon 1931 days ago
> During development you constantly add columns and it's a pain to make sure that this column is added to the sql databases on development, testing, staging, prod etc. With mongo, you just add a column and you are done.

I have found liquibase (https://www.liquibase.org/) to be extremely helpful for this.

1 comments

Thanks, I will take a look at it. It looks really expensive though!