Skip to main content

Module postgrest

Module postgrest 

Source

Functionsยง

build_postgrest_delete
Build PostgREST URL and headers for a DELETE query.
build_postgrest_insert
Build PostgREST URL, headers, and body for an INSERT query.
build_postgrest_rpc
Build PostgREST URL and headers for an RPC call.
build_postgrest_select
Build PostgREST URL and headers for a SELECT query.
build_postgrest_update
Build PostgREST URL, headers, and body for an UPDATE query.
build_postgrest_upsert
Build PostgREST URL, headers, and body for an UPSERT query.
render_param_value
Render a SqlParam value as a PostgREST string.