Skip to content

BrightstarDB connector

Efimster edited this page May 5, 2014 · 3 revisions

DynamicSPARQL BrightstarDB connector binds BrightstarDB with DynamicSPARQL. Available through NuGet

General use:

var brightstarConnector = new Connector("type=embedded;storesdirectory=brightstar;storename=" + storeName);
brightstarConnector.Client.CreateStore(storeName);
var updateFunc = brightstarConnector.GetUpdateFunction();
var queryFunc = brightstarConnector.GetQueryingFunction();