|
Database.HaskellDB.DBSpec.DBSpecToDatabase | Portability | non-portable | Stability | experimental | Maintainer | dp03-7@mdstud.chalmers.se |
|
|
|
Description |
Connects to a database and generates stuff in it according
to what's inside the DBSpec.
$Revision: 1.13 $
|
|
Synopsis |
|
|
|
Documentation |
|
dbSpecToDatabase |
:: Database | A Database
| -> DBInfo | The DBInfo to generate from
| -> IO () | | Converts a DBInfo to a real life Database, note that the database must
exist for this to work
|
|
|
Produced by Haddock version 0.8 |