Majlanky / couch-slacker

Spring data for CouchDB and CouchDB connector
https://github.com/Majlanky/couch-slacker
Apache License 2.0
23 stars 6 forks source link

Support for dynamic data source routing #19

Closed Majlanky closed 3 years ago

Majlanky commented 4 years ago

Add the possibility to use more databases with the same classes. It means move obtaining database name from the Document annotation to runtime resolving.
There are ways how to do it with JPA, a nice example is here