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.
Signed-off-by: Sam Whited <sam@samwhited.com> |
11 months ago | |
---|---|---|
.builds | 4 years ago | |
.github/workflows | 11 months ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
migration.go | 2 years ago | |
migration_test.go | 2 years ago | |
setup.go | 4 years ago |
README.md
migration
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.