<br><br><div class="gmail_quote">On Sun, Feb 7, 2010 at 6:44 PM, Johannes Waldmann <span dir="ltr">&lt;<a href="mailto:waldmann@imn.htwk-leipzig.de">waldmann@imn.htwk-leipzig.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there a haskelldb-driver that works with a datasource<br>
that is in memory, as a Haskell object?<br>
(like LINQ can work on C# collections) - J.<br>
<br></blockquote><div><br></div></div>SQLite could make it, take a look at <a href="http://www.sqlite.org/inmemorydb.html">http://www.sqlite.org/inmemorydb.html</a><br><br>