PostgrestRequestBuilder
abstract class PostgrestRequestBuilder(defaultSchema: String, propertyConversionMethod: PropertyConversionMethod)(source)
A builder for Postgrest requests.
Inheritors
Functions
Link copied to clipboard
Setting count allows to use PostgrestResult.countOrNull to get the total amount of items in the database.
Link copied to clipboard
Adds a filter to the postgrest request.
Link copied to clipboard
Strip null values from the response data. Properties with null values will be omitted from the returned JSON objects.