The Takusen package
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.
Properties
| Versions | 0.7, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7 |
|---|---|
| Dependencies | base (<4), mtl, QuickCheck, time or base (4.*), mtl, QuickCheck, time |
| License | BSD3 |
| Copyright | 2003-2008, Alistair Bayley, Oleg Kiselyov |
| Author | Alistair Bayley, Oleg Kiselyov |
| Maintainer | alistair@abayley.org, oleg@pobox.com |
| Stability | experimental |
| Category | Database |
| Home page | http://darcs.haskell.org/takusen |
| Executables | miniunit_tests, takusen_tests |
| Upload date | Thu Apr 30 13:56:40 UTC 2009 |
| Uploaded by | AlistairBayley |
| Built on | ghc-6.10, ghc-6.12 |
Modules
- Control
- Database
- Database.Enumerator
- ODBC
- Oracle
- PostgreSQL
- Sqlite
- Database.Util
- Foreign
Downloads
- Takusen-0.8.4.tar.gz (Cabal source package)
- package description (included in the package)