beyonddemise / vertx-couchdb-client

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

Implement views #31

Open Stwissel opened 1 month ago

Stwissel commented 1 month 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?