couchdb-view-tester
couchdb-view-tester copied to clipboard
Temporary views are not supported in CouchDB
For couchdb 2.0+, this package no longer works..
It returns the error,
{ [gone: Database encountered an unknown error]
status: 410,
name: 'gone',
message: 'Database encountered an unknown error',
error: true,
reason: 'Temporary views are not supported in CouchDB' }
I'm not that concerned personally, there are other options available.. just putting this here for other googlers. :)