diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index bc48e385d..2def49325 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -30,7 +30,6 @@ tokio = { version = "1", features = [ "sync" ] } indexmap = { version = "2.2.6", features = [ "serde" ] } [features] -default = ["sqlite"] sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ] mysql = [ "sqlx/mysql", "sqlx/runtime-tokio-rustls" ] postgres = [ "sqlx/postgres", "sqlx/runtime-tokio-rustls" ]