Package migration is a Go package for generating and finding PostgreSQL database migrations. https://code.soquee.net/migration/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Whited 61693ff224
.github: disable mirroring
Signed-off-by: Sam Whited <sam@samwhited.com>
11 months ago
.builds .builds: add builds.sr.ht CI configuration 4 years ago
.github/workflows .github: disable mirroring 11 months ago
CONTRIBUTING.md Initial public release 4 years ago
LICENSE Initial public release 4 years ago
README.md all: add godoc/issue tracker badges to readme 4 years ago
go.mod Use Go 1.16 io/fs and remove deprecated io/ioutil 2 years ago
go.sum Use Go 1.16 io/fs and remove deprecated io/ioutil 2 years ago
migration.go migration: fix walking migrations tree 2 years ago
migration_test.go Use Go 1.16 io/fs and remove deprecated io/ioutil 2 years ago
setup.go Add Setup function 4 years ago

README.md

migration

GoDoc Issue Tracker

The migration package provides a way to generate, list, and apply PostgreSQL database migrations. The package can be imported like so:

import (
	"code.soquee.net/migration"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.