InsertRequestBuilder
open class InsertRequestBuilder(propertyConversionMethod: PropertyConversionMethod) : PostgrestRequestBuilder(source)
Request builder for PostgrestQueryBuilder.insert
Inheritors
Properties
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.