haskelldb-0.10: SQL unwrapper for Haskell.ContentsIndex
Database.HaskellDB.DBSpec.DBSpecToDatabase
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
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
:: DatabaseA Database
-> DBInfoThe 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 ()
Create a database table specified by a TInfo.
Produced by Haddock version 0.8