github.com/jackc/pgconn.Config.Database (field)
6 uses
github.com/jackc/pgconn (current package)
config.go#L34: Database string
config.go#L229: Database: settings["database"],
config.go#L328: config.Password = passfile.FindPassword(host, strconv.Itoa(int(config.Port)), config.Database, config.User)
errors.go#L72: fmt.Fprintf(sb, "failed to connect to `host=%s user=%s database=%s`: %s", e.config.Host, e.config.User, e.config.Database, e.msg)
pgconn.go#L254: if config.Database != "" {
pgconn.go#L255: startupMsg.Parameters["database"] = config.Database
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |