haskelldb-2.2.4: A library of combinators for generating and executing SQL statements.

CopyrightHWT Group (c) 2004, haskelldb-users@lists.sourceforge.net
LicenseBSD-style
Maintainerhaskelldb-users@lists.sourceforge.net
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Database.HaskellDB.DBSpec.DatabaseToDBSpec

Description

Connects to a Database and generates a DBSpec specification from it.

Synopsis

Documentation

dbToDBSpec Source

Arguments

:: Bool

Use bounded strings?

-> MakeIdentifiers

style of generated Haskell identifiers, cOLUMN_NAME vs. columnName

-> String

the name our database should have

-> Database

the database connection

-> IO DBInfo

return a DBInfo

Connects to a database and generates a specification from it