pub fn table_probe_sql(schema: &str, table: &str) -> String
SQL used by both init() and the connectivity probe to verify the table exists and is readable without producing rows or triggering side effects.
init()