From eed2d3d0c1a025a7f2c791c327331599c9203576 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 6 Jan 2023 17:06:08 +0100 Subject: [PATCH] Update README.md --- plugins/sql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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