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.
pub fn apply(conn: &Connection, config: &SqliteConfig) -> SqliteResult<()>Apply the pragmas carried by config plus auto_vacuum=INCREMENTAL to conn.
Returns on the first failing pragma.