pub fn edges_for_node( conn: &Connection, node_id: &str, ) -> Result<Vec<GraphEdge>>
Read edges where the given node is source or target.