Re: [Haskell-cafe] ANNOUNCE: HaskellDB 2.0: Scrap your SQL strings

2012-02-22 Thread Christopher Done
On 21 February 2012 11:51, Mats Rauhala mats.rauh...@gmail.com wrote: You mentioned that haskelldb was the first library where you weren't forced to break the abstraction. Do you have a solution to a situation where you might want to retrieve the last inserted id after an insert? That's a case

Re: [Haskell-cafe] ANNOUNCE: HaskellDB 2.0: Scrap your SQL strings

2012-02-21 Thread Mats Rauhala
You mentioned that haskelldb was the first library where you weren't forced to break the abstraction. Do you have a solution to a situation where you might want to retreive the last inserted id after an insert? -- Mats Rauhala MasseR pgp8ofM61Yw5k.pgp Description: PGP signature

[Haskell-cafe] ANNOUNCE: HaskellDB 2.0: Scrap your SQL strings

2010-10-08 Thread Justin Bailey
What is it? The HaskellDB library lets you generate SQL queries without writing any actual SQL. Unlike other query generating libraries, you choose the abstraction level. Queries can be built out of independent fragments, just like your programs. Leave hand-written, string-based, SQL