[Haskell-cafe] Haskell EDSL to generate SQL?

Marc Weber marco-oweber at gmx.de
Sun Jun 14 20:30:39 EDT 2009


On Sat, Apr 04, 2009 at 03:40:56PM +0200, Gü?nther Schmidt wrote:
> Hi,
>
> I tried to solve some large data processing solely in Haskell so I could 
> avoid lots of eventually very long and complex SQL statements.

You won't find something comparable to SQLAlchemy (python ORM mapper) in
haskell yet (AFAIK) :-(

Also have a look at: http://www.haskell.org/haskellwiki/MetaHDBC
(This means writing SQL, but it will be checked)

Marc Weber


More information about the Haskell-Cafe mailing list