View Source API Reference supabase_postgrest v0.2.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
Defines a struct to centralize and accumulate data to be sent to the PostgREST server, parsed.
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
Handles transformations applied to query results.
Defines the interface for the TransformBuilder module