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

x/kwik/mod.ts>KwikTable#create

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

Create a document with the provided data

Parameters

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