pub fn add_label( graph: &SqliteGraph, entity_id: i64, label: &str, ) -> Result<(), SqliteGraphError>