Cargo Features

tauri-plugin-sql has no features set by default.

[dependencies]
tauri-plugin-sql = { version = "2.0.0-beta.4", 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.