Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#rangeAdjacent

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

Finds all rows whose range value on the stated column is adjacent to the specified range.

Parameters

column: keyof T

The column to filter on.

range: string

The range to filter with.