Standalone PostgreSQL quad store and search index package extracted for the
@worlds ecosystem.
deno add jsr:@worlds/postgresimport postgres from "postgres";
import { PostgresQuadStore } from "@worlds/postgres/quad-store";
import { PostgresSearchIndex } from "@worlds/postgres/search-index";
import { PostgresRdfjsStore } from "@worlds/postgres/rdfjs-store";deno task ciDry-run a JSR publish locally:
deno task publish:dryReleases publish automatically when changes merge to main.