hspsh / whohacks

Who is at Hackerspace Pomorze?
https://whois.at.hsp.sh
GNU General Public License v3.0
13 stars 5 forks source link

Add automated migrations #58

Open LiquidLemon opened 6 months ago

LiquidLemon commented 6 months ago

We need introduce some migration tooling to be able to safely modify the database schema. The official tooling is lacking, so here are some options to consider:

Or we could even use some generic SQL tool. I know Flyway used to be popular but they try to sell the paid versions so hard it's difficult to even find the docs on their website now :(

LiquidLemon commented 6 months ago

https://github.com/ariga/atlas seems really interesting because it supports generating migrations from SQL schema which means we don't need to rely on Peewee support 👀

not7cd commented 6 months ago

Atlas looks cool 😎. Maybe we should use it?