Discover Packages
gitee.com/sqc157400661/util
postgres
package
Version:
v0.0.0-...-d57715f
Opens a new window with list of versions in this module.
Published: Jul 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewPGEngine returns db engine of PG
type ConnectInfo struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
User string `yaml:"user"`
Passwd string `yaml:"passwd"`
DB string `yaml:"db"`
Sslmode string `yaml:"sslmode"`
}
DSN returns PG DataSourceName
type DSNProvidor interface {
DSN() string
}
DSNProvidor provides DataSourceName
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.