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

x/kwik/table.ts>KwikTable#update

Kwik is a deno database using messagepack files.
Latest
method KwikTable.prototype.update
import { KwikTable } from "https://deno.land/x/kwik@v1.3.1/table.ts";

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

Parameters

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