Skip to main content
Module

x/earthstar/src/replica/replica-driver-sqlite.shared.ts>makeDocQuerySql

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
function makeDocQuerySql
import { makeDocQuerySql } from "https://deno.land/x/earthstar@v9.3.3/src/replica/replica-driver-sqlite.shared.ts";

Parameters

query: Query
now: number
mode: "documents" | "delete"

Returns

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