Content Deep Dive
CouchDB style sync and conflict resolution on Postgres with Hasura
Blog post from Hasura
Post Details
Company
Date Published
Author
Gautam BT
Word Count
2,788
Language
English
Hacker News Points
-
Summary
This article discusses implementing CouchDB style conflict resolution with Postgres (central backend database) and PouchDB (frontend app user database). Conflict resolution is an aspect of taking multiple simultaneous changes, which may be conflicting, and merging them into one change. The author explains how to use RxDB on the frontend and pair it with Hasura to build powerful apps with great user-experience. They also provide a detailed guide on implementing custom conflict resolution strategies using Hasura.