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

x/kwik/table.ts>KwikTable#get

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

Get a document from the table.

Parameters

id: string

Returns

Promise<T | undefined>

The document data or undefined if it doesn't exist.