Function get_postgres_version

Source
pub async fn get_postgres_version(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<String, Error<GetPostgresVersionError>>