Jochen Eddelbüttel
Results
2
comments of
Jochen Eddelbüttel
This is the approach I'd take. I'd be happy to accept a pull request when you work out the detail: ``` javascript CouchServer.prototype.getDB = function(dbName) { if (!dbName) { //...
It is part of the CornerCouch code.