Skip to main content
Module

x/supabase/mod.ts>PostgrestQueryBuilder#select

An isomorphic Javascript client for Supabase.
Go to Latest
method PostgrestQueryBuilder.prototype.select
Re-export
import { PostgrestQueryBuilder } from "https://deno.land/x/supabase@1.3.1/mod.ts";

Performs vertical filtering with SELECT.

Parameters

optional
columns = [UNSUPPORTED]

The columns to retrieve, separated by commas.

optional
unnamed 1: { head?: boolean; count?:
| null
| "exact"
| "planned"
| "estimated"
; }
= [UNSUPPORTED]

When set to true, select will void data.