Y
Hacker News
new
|
ask
|
show
|
jobs
by
hopia
2352 days ago
I'm using the same method as you. What are you using as the SQL and REST API libs? I'm using Servant and a library called Squeal for Postgres.
1 comments
alephu5
2350 days ago
I'm combining servant and Yesod into a single WAI app so that I can serve a web app and provide an API from the same server. For DB access I'm using persistent.
link