pub const GET_VERSION_SQL: &str = r" SELECT value FROM schema_info WHERE key = 'version'; ";
SQL to get schema version.