|
| Database.HaskellDB.DBSpec.DBSpecToDatabase | | Portability | non-portable | | Stability | experimental | | Maintainer | haskelldb-users@lists.sourceforge.net |
|
|
|
| Description |
| Connects to a database and generates stuff in it according
to what's inside the DBSpec.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: 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
|
|
|
|
| Create a database table specified by a TInfo.
|
|
| Produced by Haddock version 2.6.0 |