github.com/golang-migrate/migrate/v4/database/postgres.Postgres.conn (field)
11 uses
github.com/golang-migrate/migrate/v4/database/postgres (current package)
postgres.go#L44: conn *sql.Conn
postgres.go#L96: conn: conn,
postgres.go#L134: connErr := p.conn.Close()
postgres.go#L156: if _, err := p.conn.ExecContext(context.Background(), query, aid); err != nil {
postgres.go#L175: if _, err := p.conn.ExecContext(context.Background(), query, aid); err != nil {
postgres.go#L190: if _, err := p.conn.ExecContext(context.Background(), query); err != nil {
postgres.go#L251: tx, err := p.conn.BeginTx(context.Background(), &sql.TxOptions{})
postgres.go#L283: err = p.conn.QueryRowContext(context.Background(), query).Scan(&version, &dirty)
postgres.go#L304: tables, err := p.conn.QueryContext(context.Background(), query)
postgres.go#L330: if _, err := p.conn.ExecContext(context.Background(), query); err != nil {
postgres.go#L358: if _, err = p.conn.ExecContext(context.Background(), query); err != 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. |