[Haskell-cafe] Re: [Haskelldb-users] ANNOUNCE: HaskellDB 2.0: Scrap
your SQL strings
Bas van Dijk
v.dijk.bas at gmail.com
Fri Oct 8 20:19:39 EDT 2010
Great work!
I think I'm going to use it.
Any plan on packaging up Christopher Done's HaskellDB's type operators:
http://chrisdone.com/posts/2010-10-07-haskelldb-and-typeoperator-madness.html
Which allows you to write something like:
type PersonTable = Table :$: Expr
:%: Id ::: Integer
:+: Age ::: Integer
:+: Email ::: String
:+: Blurb ::: Maybe String
:+: End
Regards,
Bas
More information about the Haskell-Cafe
mailing list