Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.overlaps
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.ts";

Finds all rows whose array or range value on the stated column overlaps (has a value in common) with the specified value.

Parameters

column: keyof T

The column to filter on.

value: string | T[keyof T][]

The value to filter with.