<br><br><div class="gmail_quote">On Wed, Jul 7, 2010 at 10:44 AM, Christopher Done <span dir="ltr">&lt;<a href="mailto:chrisdone@googlemail.com">chrisdone@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I did try Takusen with PostgreSQL and it worked perfectly for me, too.<br>
The only reason I&#39;m using HDBC is because there was already a<br>
HaskellDB HDBC driver. I was considering writing a Takusen driver for<br>
HaskellDB, in fact (if possible).<br>
<br>
Anyway, the point remains, we need a single goto database library. I<br>
don&#39;t know if Takusen&#39;s left-fold typeable way of doing things is<br>
different enough to disqualify it from The Great Merge or not. Though<br>
the lack of response to this thread makes me think no one particularly<br>
thinks this is a problem. Is it worth the effort having one very high<br>
quality stable library instead of three fairly okay<br>
not-really-that-different maybe-working libraries?<br></blockquote><div><br></div><div>Let me list what I want from a database library:</div><div>1) BSD license</div><div>2) Maturity</div><div>3) ODBC and PostgreSQL backends (and possibly sqlite)</div>
<div>4) Integration tests for the rare cases where you use the library with a new database engine</div><div><br></div><div>I used one of hsql or hdbc years ago on windows and it worked quite well at the time, although I don&#39;t recall which one it was.  Then for years I didn&#39;t need one, and recently I maintained/modified some code that used Takusen.</div>
<div><br></div><div>I found that Takusen is a nice library, but it lacks some polish and maturity.  We found several &quot;show stopper&quot; level bugs but we were able to work with the current maintainer to fix all of them.  The test suite that Takusen has helped pinpoint some of the problems we had with Takusen.  To the point, I would consider this a &quot;must have&quot; feature.</div>
<div><br></div><div>Combining HSQL and HDBC is going to require some relicensing to satisfy my requirements above.  One of them is LGPL but I would like the result of merging them to be BSD3.  I would also like to see comparative benchmarks between Takusen and HSQL/HDBC.  I would also like confidence that utf8 encoding/decoding is handled correctly in the backends.</div>
<div><br></div><div>I have to wonder if the easiest way to merge the libraries would be to separate the low level bits of the backends from the Haskell parts of the libraries and put the backends into a BSD3 license package that the others can depend on.</div>
<div><br></div><div>Jason</div></div>