Config
constructor(defaultSchema: String = "public", propertyConversionMethod: PropertyConversionMethod = PropertyConversionMethod.CAMEL_CASE_TO_SNAKE_CASE)(source)
Parameters
default Schema
The default schema to use for the requests. Defaults to "public"
property Conversion Method
The method to use to convert the property names to the column names in PostgrestRequestBuilder and PostgrestUpdate. Defaults to PropertyConversionMethod.CAMEL_CASE_TO_SNAKE_CASE