pub fn sqlite_filesystem_path(text: &str) -> PathBufExpand description
The filesystem path a rusqlite path points at, resolving a file: URI to
its on-disk filename by stripping the scheme, any //authority, and the
?query. A plain path (no file: scheme) is returned unchanged.