this post was submitted on 01 Sep 2020
2 points (100.0% liked)

The Haskell Lemmy Forum

365 readers
1 users here now

founded 5 years ago
MODERATORS
 

I've been looking into Haskell and it seems really good. But does it have mature and productive frameworks that handle database access, HTTP, etc., or am I better off just going with Elixir/Phoenix?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

Yes, it has two mainstream libraries, simple-postgresql and hasql both of which have seen use in professional setting.

For server, you have choices such as servant, yesod and scotty, which too have seen industrial use.