|
|
3 년 전 | |
|---|---|---|
| bin | 3 년 전 | |
| example | 3 년 전 | |
| License | 3 년 전 | |
| ReadMe.md | 3 년 전 | |
| patchy.go | 3 년 전 | |
| patchy_test.go | 3 년 전 | |
Patchy aims to provide you both a binary you can use to patch your database, or a library you can use when starting your app to make sure your database is patched to the level required by your app.
Patches are written in simple files (“forward-00000-00001.sql” and “reverse-00001-00000.sql”) and patchy will run all patches required to bring your database up to the level required.
go get github.com/chilts/patchy
level, err := patchy.Patch(3)
ToDo.
Apache 2.0.