Skip to main content

execute_pragma

Function execute_pragma 

Source
pub fn execute_pragma(
    stmt: PragmaStatement,
    db: &mut Database,
) -> Result<CommandOutput>
Expand description

Dispatch a parsed PRAGMA statement against the database. New pragmas plug in here.