postgres

package module
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 6 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(dsn string) (m.Driver, error)

New creates a new Driver driver. The DSN is documented here: https://pkg.go.dev/github.com/jackc/pgx/v4@v4.10.1/stdlib#pkg-overview

func NewFromDB

func NewFromDB(db *sql.DB) (m.Driver, error)

NewFromDB returns a postgres driver from a sql.DB

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

Driver is the postgres migration.Driver implementation

func (*Driver) Close

func (driver *Driver) Close() error

Close closes the connection to the Driver server.

func (*Driver) Migrate

func (driver *Driver) Migrate(migration *m.PlannedMigration) (err error)

Migrate runs a migration.

func (*Driver) Versions

func (driver *Driver) Versions() ([]string, error)

Versions lists all the applied versions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL