| Copyright | Daan Leijen (c) 1999, daan@cs.uu.nl HWT Group (c) 2003, Bjorn Bringert (c) 2005-2006, bjorn@bringert.net |
|---|---|
| License | BSD-style |
| Maintainer | haskelldb-users@lists.sourceforge.net |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Database.HaskellDB.DBDirect
Description
DBDirect generates a Haskell module from a database.
It first reads the system catalog of the database into
a Catalog data type. After that it pretty prints that
data structure in an appropiate Haskell module which
can be used to perform queries on the database.
Documentation
dbdirect :: DriverInterface -> IO () Source