haskelldb-0.12: SQL unwrapper for Haskell.Source codeContentsIndex
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
dbSpecToDatabaseSource
:: 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 ()Source
Create a database table specified by a TInfo.
Produced by Haddock version 2.6.0