CouchDB is cool! I am just learning about it and NoSQL because of TapForms after years of using Postgres/MySQL and for the offline abilities it’s just so nice it’ using SQLite and JSON. Reading about how it’s great for syncing and I think I assumed as part of this it meant that it has a great method for conflict resolution.
I’m using standard CouchDB but also see some options for CouchDB + Clouseau and, of course, the IBM Cloudant offering and wondering if these two additional options have different conflict resolution, or even iCloud — but we’re trying to use the CouchDB sync options so we can use the API for the database to write a custom app on top of it and, hence, would need some method of resolving conflicts.
Thanks Brendan and anyone else with knowledge on this!