beyonddemise / vertx-couchdb-client

Java library for vert.x to access Apache CouchDB, inspired by NodeJS' nano
Other
1 stars 1 forks source link

Implement views #31

Open Stwissel opened 2 months ago

Stwissel commented 2 months ago

Reading views that is. Creating views is part of #15, no need to cover here.

Documentation: https://docs.couchdb.org/en/stable/ddocs/views/index.html

Decision: how to call the method? openView(...) , getView(....) OR?