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