March 20, 2014
2:36 p.m.
On Tue, Mar 18, 2014, at 07:06 PM, Esteban A. Maringolo wrote:
I don't know the exact difference between the clients of Couchbase and CouchDB.
I know Couchbase forked from CouchDB, and the REST API is the same. Hopefully the CouchDB client will work.
It probably won't. Couchbase's protocol is basically memcache (and you can indeed use a memcache library to talk to Couchbase in a pinch), whereas CouchDB uses a REST protocol over HTTP. I know there used to be at least one memcache client on Squeaksource; I'd probably see if it's migrated to SmalltalkHub or similar. --Benjamin