import * as earthstar from "https://deno.land/x/earthstar@v10.0.1/src/query/query-helpers.ts";
Variables
Helper for querying Earthstar docs using a glob-style query string. | |
A helper used by globToQueryAndRegex -- see that function for details. | |
Functions
This is a low-level helper for the template matching code; probably don't use it directly. | |
Find documents whose path matches the glob string. See documentation for globToQueryAndRegex for details on glob strings. | |
Given a template string like "/posts/{postId}.json", query the replica for docs with matching paths. |