fn current_version(path: &Path) -> Result<u32, Error>
Expand description

Reads current database version from the file at given path. If the file does not exist returns DEFAULT_VERSION.