proxy.golang.org : github.com/adlio/schema : v1.1.11
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-20170929234023-d6e3b3328b78
- github.com/Microsoft/go-winio v0.4.14
- github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
- github.com/cenkalti/backoff v2.2.1+incompatible
- github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6
- github.com/docker/go-connections v0.4.0
- github.com/docker/go-units v0.4.0
- github.com/google/go-cmp v0.3.1
- github.com/gotestyourself/gotestyourself v2.2.0+incompatible
- github.com/lib/pq v1.2.0
- github.com/opencontainers/go-digest v1.0.0-rc1
- github.com/opencontainers/image-spec v1.0.1
- github.com/opencontainers/runc v0.1.1
- github.com/ory/dockertest v3.3.5+incompatible
- github.com/sirupsen/logrus v1.4.2
- golang.org/x/net v0.0.0-20190923162816-aa69164e4478
- golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe
- gotest.tools v2.2.0+incompatible