Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/replica/doc_drivers/sqlite.shared.ts>makeDocQuerySql

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function makeDocQuerySql
import { makeDocQuerySql } from "https://deno.land/x/earthstar@v10.0.0/src/replica/doc_drivers/sqlite.shared.ts";

Parameters

query: Query<string[]>
now: number
mode: "documents" | "delete"

Returns

{ sql: string; params: Record<string, any>; }