Fix sql example in readme (#91)
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error; ```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder```` I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.pull/94/head
parent
f6ab641e08
commit
d33ee156b8
Loading…
Reference in new issue