Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#in

Isomorphic JavaScript client for PostgREST.
Latest
method PostgrestFilterBuilder.prototype.in
Re-export
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/mod.ts";

Finds all rows whose value on the stated column is found on the specified values.

Parameters

column: keyof T

The column to filter on.

values: T[keyof T][]

The values to filter with.