From: Bjorn B. <bj...@br...> - 2009-05-04 19:53:10
|
There was a lazy query function in haskellDB before, but it never really worked well. There were problems with concurrent queries and with freeing the resources used by the query when done. /Bjorn On Fri, May 1, 2009 at 15:52, Justin Bailey <jgb...@gm...> wrote: > In short, no. That is really dependent on the underlying database > library more than haskellDB. You might want to look at Takusen for > safe, constant-resource queries. > > On Fri, May 1, 2009 at 3:37 AM, Guenther Schmidt <gue...@we...> wrote: >> Hi all, >> >> is it possible to create a "lazy" version of query? >> >> Günther >> >> >> ------------------------------------------------------------------------------ >> Register Now & Save for Velocity, the Web Performance & Operations >> Conference from O'Reilly Media. Velocity features a full day of >> expert-led, hands-on workshops and two days of sessions from industry >> leaders in dedicated Performance & Operations tracks. Use code vel09scf >> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf >> _______________________________________________ >> Haskelldb-users mailing list >> Has...@li... >> https://lists.sourceforge.net/lists/listinfo/haskelldb-users >> > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users > |