Add Database Connection and Migration

This commit is contained in:
Samuel Lorch 2024-05-04 02:19:45 +02:00
parent 560b25419f
commit cd3d6ee256
5 changed files with 113 additions and 8 deletions

View file

@ -7,7 +7,8 @@ type Config struct {
}
type Server struct {
Address string
Address string
Database string
}
type Worker struct {