Files
tauri-plugins-workspace/plugins
Thomas van der Westen d33ee156b8 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.
2023-01-15 11:47:32 +01:00
..
2023-01-13 11:45:19 +01:00
2023-01-15 11:47:32 +01:00
2023-01-07 13:07:01 +01:00