Implement postgres support

This commit is contained in:
András Maróy
2021-01-31 17:06:25 +01:00
parent 658e641d30
commit be83849bee
7 changed files with 38 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ require (
gopkg.in/vansante/go-ffprobe.v2 v2.0.2
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.7
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.11
)