Skip to main content

parse_postgres_format

Function parse_postgres_format 

Source
pub fn parse_postgres_format(
    value: Option<&str>,
) -> Result<PostgresFormat, TargetError>
Expand description

Parses the format configuration value.

Accepts case-insensitive "namespace" or "access". Defaults to Namespace when the value is missing or empty.