Package-level declarations
Types
Link copied to clipboard
Represents a filter operation for a column using a specific operator and a value.
Link copied to clipboard
Represents a single filter operation
Link copied to clipboard
class PostgrestFilterBuilder(propertyConversionMethod: PropertyConversionMethod, _params: MutableMap<String, List<String>> = mutableMapOf(), val isInLogicalExpression: Boolean = false)
A builder for Postgrest filters
Link copied to clipboard
Used to search rows using a full text search. See Postgrest for more information