pub const INDEX_INFO: &str = "PRAGMA index_info({index})";
PRAGMA to get the columns of an index. Replace {index} with the actual index name.
{index}