(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.
(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.
I don’t know much Haskell but for other languages I use dbmate which is a language independent tool for handling migrations.