* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
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.