Reorganized the code, moved more things to the new part

This commit is contained in:
2025-01-13 16:08:54 +01:00
parent 034ba35fbb
commit 5b640375c3
38 changed files with 213 additions and 2028 deletions

View File

@@ -46,6 +46,7 @@ func InitDB(host string, port string, user string, password string, dbname strin
}
func CloseDb() {
fmt.Println("Closing connection to database")
Dbpool.Close()
}