Add db module

This commit is contained in:
2026-03-08 11:56:57 +03:00
parent 056e2ad529
commit e56b1f1305
7 changed files with 135 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package config
type Database struct {
Type string
Connection string
LogLevel string
}