Cargo Features
tauri-plugin-sql has no features set by default.
[dependencies]
tauri-plugin-sql = { version = "2.0.2", features = ["sqlite", "mysql", "postgres"] }
- sqlite
-
Enables runtime-tokio and sqlite of sqlx
- mysql
-
Enables mysql and runtime-tokio-rustls of sqlx
- postgres
-
Enables postgres and runtime-tokio-rustls of sqlx
tauri-plugin-sql has 3 features without comments.