Currently SqliteDatabase::new takes a String as path, with this change, it now accepts any type that implements AsRef<Path>.