Skip to main content
Module

x/qube/types.ts>Where

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

Methods

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