Results 1 comments of staniboy

Cargo.toml example in installation should look like something like this: [dependencies.tauri-plugin-sql] git = "https://github.com/tauri-apps/tauri-plugin-sql" features = ["sqlite"] # or "postgres", or "mysql" branch = "release" otherwise it won't wint 0.1.0...