Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#or

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

Finds all rows satisfying at least one of the filters.

Parameters

filters: string

The filters to use, separated by commas.

optional
unnamed 1: { foreignTable?: string; } = [UNSUPPORTED]

The foreign table to use (if column is a foreign column).