Add Logging feature attribute

This commit is contained in:
ycc 2023-09-28 16:56:47 +02:00
parent d457fc76b8
commit be081e6e75

1
db.go
View File

@ -19,6 +19,7 @@ import (
type Db struct {
Driver string
Url string
LogQueries bool
conn *sql.DB
}