use sql as db driver instead of sqlite

This commit is contained in:
2022-05-16 00:27:52 +02:00
parent 508e109734
commit f0254a6370
8 changed files with 64 additions and 44 deletions

View File

@@ -14,6 +14,7 @@ type AppConfig struct {
Address string
APIUsername string
APIPassword string
DSN string
}
type Metadata struct {