(no title)
timewarrior | 5 years ago
The cost of adding a column is zero, in terms of schema migration. So that helps with developer velocity. We used an ORM (mongoose), so that we can have added constraints including default values. But Mongo did help us avoid the friction of adding columns.
Jean-Philipe|5 years ago
For quick prototypes, I still prefer mongodb.