Skip to main content

apply

Function apply 

Source
pub fn apply(conn: &Connection, config: &SqliteConfig) -> SqliteResult<()>
Expand description

Apply the pragmas carried by config plus auto_vacuum=INCREMENTAL to conn. Returns on the first failing pragma.