Config
constructor(defaultSchema: String = "public", propertyConversionMethod: PropertyConversionMethod = PropertyConversionMethod.CAMEL_CASE_TO_SNAKE_CASE)(source)
Parameters
defaultSchema 
The default schema to use for the requests. Defaults to "public"
propertyConversionMethod  
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