pub const TABLE_INFO: &str = "PRAGMA table_info({table})";
PRAGMA to get column info for a table. Replace {table} with the actual table name.
{table}