github.com/jackc/pgx/v4/stdlib.Driver.configs (field)
6 uses
github.com/jackc/pgx/v4/stdlib (current package)
sql.go#L83: configs: make(map[string]*pgx.ConnConfig),
sql.go#L171: configs map[string]*pgx.ConnConfig
sql.go#L191: connStr := fmt.Sprintf("registeredConnConfig%d", len(d.configs))
sql.go#L192: d.configs[connStr] = c
sql.go#L199: delete(d.configs, connStr)
sql.go#L212: connConfig = dc.driver.configs[dc.name]
![]() |
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. |