queries?
Message-ID: <20080529052258(dot)GA19345(at)gmx(dot)de>
Reply-To:
Froa: Marc Weber <marco-oweber(at)gmx(dot)de>
Hi,
I'd like to implement some query checking at compile time for haskell
using template haskell.
Is there any query method such as
explain input and output types of query "SELECT (1,'string')"
or "INSERT INTO foo (a,b,c) VALUES (?,?,?)" ?
returning Int, String or such?
Thanks
Marc Weber