I just got RavenDB to work. I realised I have to start RavenDB\packages\RavenDB.1.0.573\server.exe to access it in my application via:
DocumentStore store = new DocumentStore()
{
Url = "http://localhost:8080"
};
store.Initialize();
Is there a tool to view the data in the database similar to SQL Server Management Studio?
Run the server and access it using the browser, you'll get the buil-in RavenDB management Studio
http://ravendb.net/docs/intro/basic-concepts#the-management-studio
There are two products at the time of this answer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With