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

x/kwik/table.ts>KwikTable#getAll

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

Get all documents of the table.

Returns

Promise<Map<string, T>>