Skip to main content

TEAM_EXISTS

Constant TEAM_EXISTS 

Source
pub const TEAM_EXISTS: &str = "\
SELECT COUNT(*) FROM teams WHERE id = ?1";
Expand description

Check if a team exists.