Skip to content

Commit

Permalink
readme: add mariadb alongside mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Mar 18, 2024
1 parent 238380d commit 3ae8ad4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,7 @@ proper schema versioning and migration rollback support.
It supports any of the [databases Gorm supports](https://gorm.io/docs/connecting_to_the_database.html):

- MySQL
- MariaDB
- PostgreSQL
- SQLite
- Microsoft SQL Server
Expand Down Expand Up @@ -212,6 +213,9 @@ Then:
# run test for MySQL
task test:mysql

# run test for MariaDB
task test:mariadb

# run test for PostgreSQL
task test:postgres

Expand Down

0 comments on commit 3ae8ad4

Please sign in to comment.