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

x/kwik/table.ts>KwikTable#create

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

Create a document with the provided data

Parameters

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