diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 86fce361..10147885 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -1,6 +1,6 @@ ![plugin-sql](banner.png) -Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). It supports the `sqlite`, `mysql` and `postgres` drivers, enabled by a Cargo feature. +Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). By default the `sqlite` driver is enabled, but `mysql` and `postgres` can be enabled by a Cargo feature. ## Install