proxy.golang.org : github.com/adlio/pgxschema : v1.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.2
- github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
- github.com/cenkalti/backoff/v4 v4.1.3
- github.com/containerd/continuity v0.3.0
- github.com/docker/cli v20.10.17+incompatible
- github.com/docker/docker v20.10.17+incompatible
- github.com/docker/go-connections v0.4.0
- github.com/docker/go-units v0.4.0
- github.com/gogo/protobuf v1.3.2
- github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
- github.com/imdario/mergo v0.3.13
- 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/mitchellh/mapstructure v1.5.0
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
- github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.0.2
- github.com/opencontainers/runc v1.1.3
- github.com/ory/dockertest/v3 v3.9.1
- github.com/pashagolub/pgxmock v1.4.3
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/xeipuuv/gojsonschema v1.2.0
- golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
- golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
- golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c
- golang.org/x/text v0.3.7
- gopkg.in/yaml.v2 v2.4.0