Skip to main content

exec_ddl

Function exec_ddl 

Source
async fn exec_ddl(
    db: &LaminarDB,
    ddl: &str,
    action: &str,
    object_type: &str,
    name: &str,
    applied: &mut Vec<ReloadOp>,
    failed: &mut Vec<ReloadFailure>,
)