proxy.golang.org : github.com/adlio/schema : v1.3.6
Package schema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using a database/sql Basic usage instructions involve creating a schema.Migrator via the schema.NewMigrator() function, and then passing your *sql.DB 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/DATA-DOG/go-sqlmock v1.5.0
- 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/denisenkom/go-mssqldb v0.12.0
- github.com/docker/cli v20.10.17+incompatible
- github.com/docker/docker v24.0.9+incompatible
- github.com/docker/go-connections v0.4.0
- github.com/docker/go-units v0.4.0
- github.com/go-sql-driver/mysql v1.7.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
- github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188
- github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
- github.com/imdario/mergo v0.3.13
- github.com/lib/pq v1.10.7
- github.com/mattn/go-sqlite3 v1.14.16
- 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.12
- github.com/ory/dockertest/v3 v3.9.1
- 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.21.0
- golang.org/x/net v0.23.0
- golang.org/x/sys v0.18.0
- gopkg.in/yaml.v2 v2.4.0