pub fn normalize_database_path(p: impl AsRef<Path>) -> Result<PathBuf>
As best as possible, convert p into an absolute path, resolving all symlinks along the way.
p
If p is a file url, it’s converted to a path before this.