Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
/ go-astipatch Public archive
forked from asticode/go-astipatch

Patches (SQL for instance) manager written in GO

License

Notifications You must be signed in to change notification settings

MolotovTv/go-astipatch

 
 

Repository files navigation

About

TODO

Examples

SQL

Run the following commands :

$ go run examples/sql/main.go init -db-addr <the db addr> -db-name <the db name> -db-password <your value> -db-username <your value> -v
$ go run examples/sql/main.go patch -db-addr <the db addr> -db-name <the db name> -db-password <your value> -db-username <your value> -v -astipatch-patches-directory-path examples/sql/patches/step1
$ go run examples/sql/main.go patch -db-addr <the db addr> -db-name <the db name> -db-password <your value> -db-username <your value> -v -astipatch-patches-directory-path examples/sql/patches/step2
$ go run examples/sql/main.go rollback -db-addr <the db addr> -db-name <the db name> -db-password <your value> -db-username <your value> -v -astipatch-patches-directory-path examples/sql/patches/step2
$ go run examples/sql/main.go rollback -db-addr <the db addr> -db-name <the db name> -db-password <your value> -db-username <your value> -v -astipatch-patches-directory-path examples/sql/patches/step2

About

Patches (SQL for instance) manager written in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%