UNPKG

quadstore

Version:

Quadstore is a LevelDB-backed RDF graph database / triplestore for JavaScript runtimes (browsers, Node.js, Deno, Bun, ...) that implements the RDF/JS interfaces and supports SPARQL queries and querying across named graphs.

7 lines 243 B
export var ResultType; (function (ResultType) { ResultType["VOID"] = "void"; ResultType["QUADS"] = "quads"; ResultType["APPROXIMATE_SIZE"] = "approximate_size"; })(ResultType || (ResultType = {})); //# sourceMappingURL=index.js.map