type github.com/golang-migrate/migrate/v4/database/postgres.Postgres
12 uses
github.com/golang-migrate/migrate/v4/database/postgres (current package)
postgres.go#L22: db := Postgres{}
postgres.go#L42: type Postgres struct {
postgres.go#L95: px := &Postgres{
postgres.go#L108: func (p *Postgres) Open(url string) (database.Driver, error) {
postgres.go#L133: func (p *Postgres) Close() error {
postgres.go#L143: func (p *Postgres) Lock() error {
postgres.go#L164: func (p *Postgres) Unlock() error {
postgres.go#L182: func (p *Postgres) Run(migration io.Reader) error {
postgres.go#L250: func (p *Postgres) SetVersion(version int, dirty bool) error {
postgres.go#L281: func (p *Postgres) Version() (version int, dirty bool, err error) {
postgres.go#L301: func (p *Postgres) Drop() (err error) {
postgres.go#L342: func (p *Postgres) ensureVersionTable() (err error) {
![]() |
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. |