View Source API Reference supabase_postgrest v1.0.0

Modules

Provides a suite of functions to interact with a Supabase PostgREST API, allowing for construction and execution of queries using a fluent interface. This module is designed to facilitate the building of complex queries and their execution in the context of a Supabase database application.

Defines the interface for the main module Supabase.PostgREST

Custom error parser for PostgREST

Manages filtering logic for queries.

Defines the interface for the FilterBuilder module

Handles operations related to building and modifying the main structure of a query.

Defines the interface for the QueryBuilder module

Custom body decoder that decodes a PostgREST response into a custom schema

Handles transformations applied to query results.

Defines the interface for the TransformBuilder module