haskelldb-0.12: SQL unwrapper for Haskell.Source codeContentsIndex
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 -> MakeIdentifiers -> String -> Database -> IO DBInfo
Documentation
dbToDBSpecSource
:: BoolUse bounded strings?
-> MakeIdentifiersstyle of generated Haskell identifiers, cOLUMN_NAME vs. columnName
-> 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 2.6.0