zrcadlo / undercurrent_api

The Backend of your Dreams: API for dream recording app
0 stars 0 forks source link

Consider moving from persistent + esqueleto to beam #18

Closed lfborjas closed 4 years ago

lfborjas commented 4 years ago

They have:

Try it out in a separate module, defining types for Dream and maybe User, and see if we can get our gnarly queries to be extensible -- that's what worries me the most about esqueleto, its paltry support for fancy postgres features and the early need to fall back to raw SQL, which isn't composable nor type safe.

lfborjas commented 4 years ago

Alternatively, what I really care about is:

lfborjas commented 4 years ago

After the improvements in #19 and #20, not inclined to do this just yet.