2021-06-04 17:57:45 -07:00
|
|
|
package migrate
|
|
|
|
|
|
|
|
// migrate is a package for SQL datbase migrations in the spirit of dbstore(rsc.io/dbstore)
|
2021-07-10 13:09:26 -07:00
|
|
|
// it is intended to keep its footprint small, requiring only an additional table in the database
|
2021-06-04 17:57:45 -07:00
|
|
|
// there is no rollback support as you should only ever roll forward.
|
|
|
|
// uses SQL99 compatible SQL only.
|