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

@@ -25,6 +25,7 @@ const (
const (
EnvDatabaseDriver EnvironmentVariable = "PHOTOVIEW_DATABASE_DRIVER"
EnvMysqlURL EnvironmentVariable = "PHOTOVIEW_MYSQL_URL"
EnvPostgresURL EnvironmentVariable = "PHOTOVIEW_POSTGRES_URL"
EnvSqlitePath EnvironmentVariable = "PHOTOVIEW_SQLITE_PATH"
)