Is there a way to include a document from other RavenDb database instance to be loaded in our current store session?
The question is based from not being able to have categorized collections in RavenDb studio, so it's annoying to scroll and find a desired collection!
In another word, having bounded-context in a same document store is not looking good, so the best solution is to split the stores to make it more efficient and readable as well.
I know that this is not a best practice to store different bounded-context in a very same db instance, but what if I need that!
Update:
Seems like Cross-Database functions are not available in RavenDb.