pub fn resolve(project: &str) -> Result<Arc<GraphHandle>>Expand description
Resolve the (lazily opened) database handle for project, opening it if
necessary. Returns the single canonical instance for that project so callers
share one entity cache.