Skip to main content

SQL_TABLE_EXISTS

Constant SQL_TABLE_EXISTS 

Source
pub const SQL_TABLE_EXISTS: &str = "SELECT name FROM sqlite_master WHERE type = 'table' AND name = ?1";