flatiron / cradle

a high-level CouchDB client for Node.js
MIT License
1.38k stars 182 forks source link

Support for continuation passing style #1

Closed cloudhead closed 14 years ago

cloudhead commented 14 years ago
db.get('fox')(function (doc) { /* Success */ }, function (err) { /* Error */ });
cloudhead commented 14 years ago

Well, now that creatronix released do, maybe that's what cradle should use, as it's pretty much the same idea:

http://github.com/creationix/do