SelectRequestBuilder
class SelectRequestBuilder(defaultSchema: String, propertyConversionMethod: PropertyConversionMethod) : PostgrestRequestBuilder(source)
Request builder for PostgrestQueryBuilder.select
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.