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

pull/87/head
Fabian-Lars 2 years ago committed by GitHub
parent 8bee9e4716
commit 4d8d109b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -301,6 +301,7 @@ async fn select(
}
/// Tauri SQL plugin builder.
#[derive(Default)]
pub struct Builder {
migrations: Option<HashMap<String, MigrationList>>,
}

Loading…
Cancel
Save