pub const SET_VERSION_SQL: &str = r" INSERT OR REPLACE INTO schema_info (key, value) VALUES ('version', ?); ";
SQL to set schema version.