proxy.golang.org : github.com/adlio/pgxschema : v1.0.0
Package pgxschema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using jackc/pgx as its PostgreSQL driver. Basic usage instructions involve creating a pgxschema.Migrator via the pgxschema.NewMigrator() function, and then passing your pgx.Conn or pgxpool.Pool to its .Apply() method. See the package's README.md file for more usage instructions.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/adlio/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
- github.com/Microsoft/go-winio v0.5.1
- github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
- github.com/cenkalti/backoff v2.2.1+incompatible
- github.com/containerd/continuity v0.2.1
- github.com/docker/go-connections v0.4.0
- github.com/docker/go-units v0.4.0
- github.com/gotestyourself/gotestyourself v2.2.0+incompatible
- github.com/jackc/chunkreader/v2 v2.0.1
- github.com/jackc/pgconn v1.10.1
- github.com/jackc/pgio v1.0.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgproto3/v2 v2.2.0
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
- github.com/jackc/pgtype v1.9.1
- github.com/jackc/pgx/v4 v4.14.1
- github.com/jackc/puddle v1.2.0
- github.com/lib/pq v1.10.3
- github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.0.2
- github.com/opencontainers/runc v1.0.3
- github.com/ory/dockertest v3.3.5+incompatible
- github.com/pashagolub/pgxmock v1.4.3
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
- golang.org/x/net v0.0.0-20211209124913-491a49abca63
- golang.org/x/sys v0.0.0-20211210111614-af8b64212486
- golang.org/x/text v0.3.7
- gotest.tools v2.2.0+incompatible