(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.

1 comment

sorted by: hot top controversial new old
[–] 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.

  • source