-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
While reading https://gorm.io/docs/connecting_to_the_database.html I noticed it mentions multiple databases, but not MariaDB. Thus it gives the impression that MariaDB is not supported. However based on MariaDB being used in the CI at
gorm/.github/workflows/tests.yml
Line 84 in b881483
| mariadb: |
Also the very first database example says "MySQL" instead of e.g. "MySQL/MariaDB". The latter would help people understand that the same code works for both MySQL and MariaDB.
Thanks 🙏