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