Archived
1
0
Fork 0

Add PostgreSQL support (#23)

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-04-06 10:33:24 +02:00
commit 47c8a8ace9
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
10 changed files with 216 additions and 9 deletions

3
go.mod
View file

@ -9,7 +9,8 @@ require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.0.0-rc1
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.8.0
github.com/spiegel-im-spiegel/pa-api v0.9.0 // indirect
github.com/spiegel-im-spiegel/pa-api v0.9.0
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
)