[Haskell-cafe] SQL-like DSL for haskell List of Records

martin martin.drautzburg at web.de
Thu Mar 20 17:56:39 UTC 2014


Hello all,

I am currently prototyping some DB-related ideas in haskell. To make the next step I would have to write some joins. I
am happy to work with just Lists of Records.

Is there any DSL which relieves me from writing nested loops and all that caboodle? Doesn't have to provide SQL syntax
either, just some expressiveness which comes close to basic SQL. Data volume will be miniscule.


More information about the Haskell-Cafe mailing list