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.
pub fn execute_pragma(
stmt: PragmaStatement,
db: &mut Database,
) -> Result<CommandOutput>Dispatch a parsed PRAGMA statement against the database. New
pragmas plug in here.