purescript-webrow / webrow

Let's build a highly opinionated but fully-featured web framework in PureScript
BSD 3-Clause "New" or "Revised" License
23 stars 0 forks source link

Use `ResoureT Aff` as a default base monad #15

Closed paluh closed 3 years ago

paluh commented 4 years ago

We want to migrate PostgreSQL related resource handling and provide an easy way so they can manage their resources in a safe manner.... ResourceT to the rescue!