Skip to main content
Module

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

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

type

`INSERT OR REPLACE INTO config (key, content) VALUES (:key, :content);`