fix(sql): derive default on Builder, fixes #82 (#83)

This commit is contained in:
Fabian-Lars
2023-01-11 14:24:51 +01:00
committed by GitHub
parent 8bee9e4716
commit 4d8d109b6b
+1
View File
@@ -301,6 +301,7 @@ async fn select(
}
/// Tauri SQL plugin builder.
#[derive(Default)]
pub struct Builder {
migrations: Option<HashMap<String, MigrationList>>,
}