Skip to content

Commit

Permalink
Update the list of database driver support to include SQLx MariaDB (#116
Browse files Browse the repository at this point in the history
)

As https://github.com/launchbadge/sqlx suggested, SQLx has support for MariaDB. Update the documentation to reflect that.
  • Loading branch information
DarrenZhang01 authored Apr 26, 2024
1 parent 31ef34d commit 4a414fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You must choose a `DATABASE_DRIVER` and an `ASYNC_RUNTIME`. `macros` is needed i

You can choose one or more from:

+ `sqlx-mysql` - SQLx MySQL
+ `sqlx-mysql` - SQLx MySQL and MariaDB
+ `sqlx-postgres` - SQLx PostgreSQL
+ `sqlx-sqlite` - SQLx SQLite

Expand Down

0 comments on commit 4a414fe

Please sign in to comment.