1
0
forked from ALHP/ALHP.GO

added pgx support

This commit is contained in:
2021-10-25 06:20:03 +02:00
parent a453831939
commit d8938bc225
4 changed files with 143 additions and 7 deletions

View File

@@ -62,7 +62,11 @@ type Conf struct {
Repos, March []string
Svn2git map[string]string
Basedir struct {
Repo, Chroot, Makepkg, Upstream, Db string
Repo, Chroot, Makepkg, Upstream string
}
Db struct {
Driver string
ConnectTo string `yaml:"connect_to"`
}
Build struct {
Worker int