SelectRequestBuilder
class SelectRequestBuilder(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.