Skip to main content
Go to Latest
interface Filter
import { type Filter } from "https://deno.land/x/dbx@0.4.2/mod.ts";

Properties

optional
where: Where<T>
optional
select: Extract<keyof T, string>[]
optional
order: Order<T>
optional
limit: number
optional
offset: number