type github.com/lib/pq.Connector
6 uses
github.com/lib/pq (current package)
conn.go#L279: func (c *Connector) open(ctx context.Context) (cn *conn, err error) {
connector.go#L19: type Connector struct {
connector.go#L26: func (c *Connector) Connect(ctx context.Context) (driver.Conn, error) {
connector.go#L31: func (c *Connector) Driver() driver.Driver {
connector.go#L42: func NewConnector(dsn string) (*Connector, error) {
connector.go#L109: return &Connector{opts: o, dialer: defaultDialer{}}, nil
![]() |
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. |