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

x/kwik/table.ts>KwikTable#deleteMany

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

Deletes all documents in a table that match a filter

Parameters

filter: Partial<T> | ((value: T) => boolean)