▲ 5 ▼ How do you deal with database migrations? (gregtech.eu) submitted 7 months ago by lena@gregtech.eu to c/haskell@programming.dev 1 comment fedilink hide all child comments (with postgres). Another question, which database library would you recommend? I've tried beam but goddamn it is complex. Rel8 is a bit simpler, but I was thinking of going for one that just takes SQL queries as strings.
[–] cow@lemmy.world 3 points 6 months ago I don't know much Haskell but for other languages I use dbmate which is a language independent tool for handling migrations. permalink fedilink source
1 comment