writewithwrabit / server

🐇 GraphQL server for the Wrabit writing platform
GNU General Public License v3.0
1 stars 0 forks source link

Database change management #1

Open amorriscode opened 4 years ago

amorriscode commented 4 years ago

I need to come up with something for database change management.

Sqitch seems to have matured a bit since last time and I don't know of anything better. During development I have hacked it and will have something nicer for v1 release.

amorriscode commented 4 years ago

Another option: https://github.com/golang-migrate/migrate Inspiration: https://github.com/fragmenta/fragmenta/blob/master/migrate.go