Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.containedBy
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.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.