pub const CHECK_SCHEMA_SQL: &str = r" SELECT COUNT(*) FROM sqlite_master WHERE type='table' AND name='schema_info'; ";
SQL to check if schema is initialized.