lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Database name as path variable #64

Open arcadius opened 6 years ago

arcadius commented 6 years ago

Currently, it's only possible to use one dbClient per database which makes a lot of sens.

Given that a DB is just a path in the URL, it would be good to allow for passing the DB name as a path variable appended to the baseURI This would be very useful when you have let's say N databases or when using the database-per-user pattern.

Thanks