Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#containedBy

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

Finds all rows whose json, array, or range value on the stated column is contained by the specified value.

Parameters

column: keyof T

The column to filter on.

value: string | T[keyof T][] | object

The value to filter with.