pub const FETCH_ACTIVE_NODE_SQL: &str = "SELECT node_id, name, description, is_active\nFROM heer_nodes\nWHERE node_id = $1 AND is_active = true\n";