Archived
1
0
Fork 0

Add MySQL support (#24)

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-04-08 15:18:55 +02:00
commit 9f51c62776
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
9 changed files with 63 additions and 8 deletions

3
go.mod
View file

@ -10,7 +10,8 @@ require (
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.8.0
github.com/spiegel-im-spiegel/pa-api v0.9.0
gorm.io/driver/mysql v1.0.5
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
gorm.io/gorm v1.21.3
)