proxy.golang.org : github.com/adlio/schema : v1.2.3
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.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/go-sql-driver/mysql v1.6.0
- github.com/gotestyourself/gotestyourself v2.2.0+incompatible
- github.com/lib/pq v1.10.4
- github.com/mattn/go-sqlite3 v1.14.9
- 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/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b
- golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
- gotest.tools v2.2.0+incompatible