About
Takusen is a DBMS access library. Like HSQL and HDBC, we support arbitrary SQL statements (currently strings, extensible to anything that can be converted to a string).
Takusen's unique selling point is safety and efficiency. We statically ensure all acquired database resources - such as cursors, connections, and statement handles - are released, exactly once, at predictable times. Takusen can avoid loading the whole result set in memory, and so can handle queries returning millions of rows in constant space. Takusen also supports automatic marshalling and unmarshalling of results and query parameters. These benefits come from the design of query result processing around a left-fold enumerator.
Currently we fully support ODBC, Oracle, Sqlite, and PostgreSQL.
Links
- Mailing list: http://projects.haskell.org/cgi-bin/mailman/listinfo/takusen
- Bug tracker and wiki: http://trac.haskell.org/takusen/wiki
- Source code: darcs get http://code.haskell.org/takusen
- IRC: #takusen@irc.freenode.net
- Developer access: darcs push username@code.haskell.org:/srv/code/takusen
News
- July 31, 2010: Takusen 0.8.6 released
Website designed by Jonno_FTW of #haskell fame.