Package-level declarations
Types
Link copied to clipboard
Plugin to interact with the supabase Postgrest API
Link copied to clipboard
Link copied to clipboard
A method to convert a property name to a column name.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Creates a new PostgrestQueryBuilder for the given table
Creates a new PostgrestQueryBuilder for the given schema and table
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T : Any> Postgrest.rpc(function: String, parameters: T, noinline request: RpcRequestBuilder.() -> Unit = {}): PostgrestResult
Executes a database function