haskelldb-0.10: SQL unwrapper for Haskell.ContentsIndex
Database.HaskellDB.DBSpec.DatabaseToDBSpec
Portabilityportable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Connects to a Database and generates a DBSpec specification from it.
Synopsis
dbToDBSpec :: Bool -> String -> Database -> IO DBInfo
Documentation
dbToDBSpec
:: BoolUse bounded strings?
-> Stringthe name our database should have
-> Databasethe database connection
-> IO DBInforeturn a DBInfo
Connects to a database and generates a specification from it
Produced by Haddock version 0.8