You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
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();