Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: How to do version control for documents in a database?
7 points
by
skywalker212
2365 days ago
I would like different ideas about implementing version control for the JSON documents that I store in my MongoDB database.
1 comments
aliswe
2361 days ago
You can keep the master (current) version and store diffs/edits in a separate collection.
link