|
| Database.HaskellDB.DBSpec.DatabaseToDBSpec | | Portability | portable | | Stability | experimental | | Maintainer | dp03-7@mdstud.chalmers.se |
|
|
|
| Description |
Connects to a Database and generates a DBSpec specification
from it.
$Revision: 1.6 $
|
|
| Synopsis |
|
|
|
| Documentation |
|
| dbToDBSpec |
| :: Bool | Use bounded strings?
| | -> String | the name our database should have
| | -> Database | the database connection
| | -> IO DBInfo | return a DBInfo
| | Connects to a database and generates a specification from it
|
|
|
| Produced by Haddock version 0.8 |