在 jcouchdb 中,有一个 util 类 org.jcouchdb. util. CouchDB 更新器, 能够将本地文件系统的文件更新为 CouchDB( 用于将设计文件复制到 CouchDB ) 。 在 ektorp 中是否有类似的东西?
let s say i want to implement a distributed database (each node being the replica of the others); i hear that cdb is able to easily sync between two nodes and at least support some form of conflict ...