Hacker News new | ask | show | jobs
by phailhaus 1459 days ago
Never heard of those before, what's a use case for multi-master CRUD apps?
1 comments

Basically anything were you want to update data locally on different devices then sync. Or any multi-database system where you want all nodes to accept writes. In these scenarios there will be conflicts.