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

x/kwik/mod.ts>KwikTable#update

Kwik is a deno database using messagepack files.
Go to Latest
method KwikTable.prototype.update
Re-export
import { KwikTable } from "https://deno.land/x/kwik@v1.2.3/mod.ts";

Updates a documents' data. If this document does not exist, it will create the document.

Parameters

id: string
optional
data: Partial<T> = [UNSUPPORTED]