pub fn bfs_neighbors( graph: &SqliteGraph, start: i64, max_depth: u32, ) -> Result<Vec<i64>, SqliteGraphError>