New Lib: purescript-selda - type-safe, high-level SQL library

purescript-selda is a monadic eDSL that allows a user to write type-safe queries. It supports arbitrarily nested queries with capabilities of filtering, joins and aggregation.

We recently published it and provided an introductory guide.

Many thanks to @paluh for making this happen!
Also to @JordanMartinez for reviewing the guide!

13 Likes

Thanks a lot @Kamirus

I think you should have pointed out that your thesis is also available and covers some advanced topics like GADTs and existential types in a digestible way.

Everyone interested in getting into more advanced Purescript should read it.

2 Likes