0

RavenDB server comes with a web UI Studio letting to look what's inside. But what's the way to take a look in an embedded RavenDB?

Ivan
  • 63,011
  • 101
  • 250
  • 382

1 Answers1

1

If you are running a test you can use the WaitForUserToContinueTheTest method. Otherwise I guess you'll need to start the http server yourself.

Ricardo Brandão
  • 1,050
  • 7
  • 15