github.com/go-pg/migrations/v8.DB.Begin (method)

4 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L675: 	tx, err := db.Begin()
		collection.go#L686: 		tx, err = db.Begin()
		collection.go#L700: 		tx, err = db.Begin()
		migrations.go#L20: 	Begin() (*pg.Tx, error)