Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/qube/types.ts>Where

Fast postgres query builder
Latest
interface Where
import { type Where } from "https://deno.land/x/qube@0.0.0-beta.12/types.ts";

Methods

where(
col: string,
op: string,
val: unknown,
): Where
whereRef(
col: string,
op: string,
ref: string,
): Where