read_project_root_read_only

Function read_project_root_read_only 

Source
pub fn read_project_root_read_only(path: &Path) -> DbResult<Option<String>>
Expand description

Read the recorded project root without creating or migrating a database.

ยงErrors

Returns an error if SQLite cannot open or query the database read-only.