The latest version of Takusen is 0.8.7-0.

Takusen

Version 0.8.1 revision 0 uploaded by AlistairBayley.

Package meta

Synopsis
Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC.
Description

Takusen is a DBMS access library. Like HSQL, 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.

Author
Alistair Bayley, Oleg Kiselyov
Bug reports
n/a
Category
Database
Copyright
2003-2007, Alistair Bayley, Oleg Kiselyov
Homepage
http://darcs.haskell.org/takusen
Maintainer
alistair@abayley.org, oleg@pobox.com
Package URL
http://darcs.haskell.org/takusen
Stability
experimental

Components