Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kwik/table.ts>KwikTable#update

Kwik is a deno database using messagepack files.
Go to Latest
method KwikTable.prototype.update
import { KwikTable } from "https://deno.land/x/kwik@v1.2.3/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]