You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SqliteDatabase::new takes a String, which makes it impossible to use with non-unicode paths. Preferably it should take a impl AsRef<Path> to accept the widest array of arguments.