Package-level declarations
Types
Link copied to clipboard
class PostgrestQueryBuilder(val postgrest: Postgrest, val table: String, val schema: String = postgrest.config.defaultSchema)
The main class to build a postgrest request
Link copied to clipboard
A builder for Postgrest requests.
Link copied to clipboard
class PostgrestUpdate(propertyConversionMethod: PropertyConversionMethod, serializer: SupabaseSerializer)
Represents a postgrest update query
Functions
Link copied to clipboard
inline fun buildPostgrestUpdate(propertyConversionMethod: PropertyConversionMethod = PropertyConversionMethod.SERIAL_NAME, serializer: SupabaseSerializer, block: PostgrestUpdate.() -> Unit): JsonObject