I'm playing with Raven DB and am wondering if it's possible to connect to an embedded DB with Raven Management Studio. Has anyone ever done this?
相关问题
- RavenDb - Recursive queries/indexes, for Hierarchi
- RavenDB Map/Reduce/Transform on nested, variable-l
- How can you boost documents by recency in RavenDB?
- Find all items where child collection doesn't
- Faking/mocking an interface gives “no default cons
相关文章
- Shared hosting providers supporting RavenDB [close
- Custom model binder with inheritance using Web API
- How to query items from nested collections in Rave
- Managing RavenDb session in Windsor under NService
- How to configure Simple Injector IoC to use RavenD
- Raven DB Count Queries
- RavenDB. How to load document with only 5 items fr
- RavenDB Ids and ASP.NET MVC3 Routes
If I understood you correct and you mean the Web UI, you simply have to enable the embedded web server.
See http://ravendb.net/docs/server/deployment/embedded
Also make sure to include Raven.Studio.xap in the root of your web application