Skip to main content
Module

x/vital/mod.ts>WhereIn

A lightweight Postgres ORM for Deno
Latest
type alias WhereIn
import { type WhereIn } from "https://deno.land/x/vital@v1.1.1/mod.ts";
definition: Array<{ field: string; values: unknown[]; }>