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

x/kwik/mod.ts>KwikTable#findOne

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

Gets the first document from a table that match a filter

Parameters

filter: Record<string, unknown> | ((value: T) => boolean)