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

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

Storage for private, distributed, offline-first applications.
Go to Latest
function makeDocQuerySql
import { makeDocQuerySql } from "https://deno.land/x/earthstar@v10.0.2/src/replica/doc_drivers/sqlite.shared.ts";

Parameters

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

Returns

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