Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否有查看RavenDB数据库的可视化工具?_Ravendb - Fatal编程技术网

是否有查看RavenDB数据库的可视化工具?

是否有查看RavenDB数据库的可视化工具?,ravendb,Ravendb,我刚让RavenDB去上班。 我意识到我必须启动RavenDB\packages\RavenDB.1.0.573\server.exe才能通过以下方式在我的应用程序中访问它: DocumentStore store = new DocumentStore() { Url = "http://localhost:8080" }; store.Initialize(); 是否有类似于SQL Server Management Studio的工具来查

我刚让RavenDB去上班。 我意识到我必须启动RavenDB\packages\RavenDB.1.0.573\server.exe才能通过以下方式在我的应用程序中访问它:

    DocumentStore store = new DocumentStore()
    {
        Url = "http://localhost:8080"
    };

    store.Initialize();

是否有类似于SQL Server Management Studio的工具来查看数据库中的数据?

运行服务器并使用浏览器访问它,您将在RavenDB Management Studio中获得buil


回答此问题时有两种产品

  • 内置网络浏览器,如@synhershko所回答
  • 和RavenDb司机在一起