Skip to main content

open_index

Function open_index 

Source
pub async fn open_index(root: &Path) -> Result<FileIndex, Error>
Expand description

Open the index and return a reference to its SQLite connection. Convenience helper used by populate and service modules.