Skip to main content

perform_postgresql_auto_creation

Function perform_postgresql_auto_creation 

Source
pub async fn perform_postgresql_auto_creation(
    instance: &PostgreSqlInstanceConfig,
    schema: Option<DatabaseSchema>,
) -> Result<AutoCreationResult, AutoCreationError>