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

Torsten Grust torsten.grust at uni-tuebingen.de
Fri Mar 21 08:18:29 UTC 2014


Hi Martin,

On 20 Mar 2014, at 18:56, martin wrote (with possible deletions):
> 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.

the following blog posting [in German, ugh] may be helpful in this
context:

	http://funktionale-programmierung.de/2014/02/19/comprehending-queries.html

Cheers,
   --Torsten

-- 
| Prof. Dr. Torsten Grust
| Database Systems — Universität Tübingen (Germany)
| torsten.grust at uni-tuebingen.de
| db.inf.uni-tuebingen.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140321/adb8911c/attachment.html>


More information about the Haskell-Cafe mailing list