Hacker News new | ask | show | jobs
by coldtea 3920 days ago
That's not data management. That's schema management (migration).

And yes, you have to script a change to every document.

1 comments

Right. And I see. Are these managed by something like migrations?
Meteor doesn't have migrations built in, but there is a package for it. https://atmospherejs.com/percolate/migrations
From my brief experience with Mongo no. But they are very easy to do in code.