HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangeably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
To gain access to this package's functions, use:
-package hsql-postgresql
on your ghc command line.
-- Arjan Oosting <arjan@debian.org>, Mon, 4 Feb 2008 00:48:21 +0100
haskell-hsql-postgresql (1.7-2) unstable; urgency=low
* debian/control:
- Add postgresql-server-dev-8.3 to the (build) dependencies.
(Closes: #471786)
-- Arjan Oosting <arjan@debian.org> Sat, 22 Mar 2008 21:23:12 +0100
haskell-hsql-postgresql (1.7-1) unstable; urgency=low
* New upstream release. The source tarball of haskell-hsql has been
split up and every Haskell library
more»