haskelldb-0.12: SQL unwrapper for Haskell.
Source code
Contents
Index
Database.HaskellDB.DBSpec.DBSpecToDatabase
Portability
non-portable
Stability
experimental
Maintainer
[email protected]
Description
Connects to a database and generates stuff in it according to what's inside the DBSpec.
Synopsis
dbSpecToDatabase
::
Database
->
DBInfo
->
IO
()
tInfoToTable
::
Database
->
TInfo
->
IO
()
Documentation
dbSpecToDatabase
Source
::
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
tInfoToTable
::
Database
->
TInfo
->
IO
()
Source
Create a database table specified by a
TInfo
.
Produced by
Haddock
version 2.6.0