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

x/qube/select.ts>SelectQueryBuilder#where

Fast postgres query builder
Latest
method SelectQueryBuilder.prototype.where
import { SelectQueryBuilder } from "https://deno.land/x/qube@0.0.0-beta.12/select.ts";

Type Parameters

C extends Column<T>
V extends T[C]

Parameters

column: C
val: V