Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postgrest/src/lib/PostgrestRpcBuilder.ts>PostgrestRpcBuilder

Isomorphic JavaScript client for PostgREST.
Latest
class PostgrestRpcBuilder
import { PostgrestRpcBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestRpcBuilder.ts";

Constructors

new
PostgrestRpcBuilder(url: string, unnamed 1?: { headers?: { [key: string]: string; }; schema?: string; })

Methods

rpc(params?: object, unnamed 1?: { head?: boolean; count?:
| null
| "exact"
| "planned"
| "estimated"
; }
): PostgrestFilterBuilder<T>

Perform a stored procedure call.