sohva
sohva copied to clipboard
CouchDB asynchronous client for Scala
New options and possibilities have been added to mango recently: - new query options - partial indexes
When replication process has been run, the conflicting revisions are present on all nodes, however even though the same winning revision is chosen, it is up to the clients to...
Implement the [replication protocol](http://docs.couchdb.org/en/2.0.0/replication/protocol.html) to replicate 2 CouchDB instances.
Offline storage capability will allow Sohva to work in an offline mode, locally storing changes, without having to make requests to an online CouchDB instance.
To check the expressiveness and correctness of the mango DSL, write a test suite.