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.

3 lines (2 loc) 205 B
import type { InternalIndex, Pattern, Prefixes, IndexQuery } from '../types/index.js'; export declare const writePattern: (pattern: Pattern, index: InternalIndex, prefixes: Prefixes) => IndexQuery | null;