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, mtl, old-time, 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 |
| Upload date | Fri Jul 11 10:11:42 UTC 2008 |
| Uploaded by | AlistairBayley |
| Built on | ghc-6.8 |
| Build failure | ghc-6.10 (log), ghc-6.12 (log) |
Modules
- Control
- Exception
- Database
- Database.Enumerator
- ODBC
- Oracle
- PostgreSQL
- Sqlite
- Stub
- Database.Util
- Foreign
Downloads
- Takusen-0.8.3.tar.gz (Cabal source package)
- package description (included in the package)