TABLE_INFO

Constant TABLE_INFO 

Source
pub const TABLE_INFO: &str = "PRAGMA table_info({table})";
Expand description

PRAGMA to get column info for a table. Replace {table} with the actual table name.