proxy.golang.org : github.com/adlio/pgxschema : v0.0.2
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/gotestyourself/gotestyourself v2.2.0+incompatible
- github.com/jackc/pgconn v1.10.0
- github.com/jackc/pgx/v4 v4.13.0
- github.com/lib/pq v1.10.3
- github.com/opencontainers/image-spec v1.0.2
- github.com/opencontainers/runc v1.0.2
- github.com/ory/dockertest v3.3.5+incompatible
- golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
- golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4
- golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
- golang.org/x/text v0.3.7
- gotest.tools v2.2.0+incompatible