hasqlator-mysql-0.0.8: composable SQL generation
Safe HaskellNone
LanguageHaskell2010

Database.MySQL.Hasqlator.Typed.Schema

Synopsis

Documentation

data TableInfo Source #

Constructors

TableInfo 

Instances

Instances details
Show TableInfo Source # 
Instance details

Defined in Database.MySQL.Hasqlator.Typed.Schema

fetchTableInfo :: MySQLConn -> [Text] -> IO [TableInfo] Source #

Fetch TableInfo structures for each of the given schemas, using the given MySQLConn connection.

data Sign Source #

Constructors

Signed 
Unsigned 

Instances

Instances details
Show Sign Source # 
Instance details

Defined in Database.MySQL.Hasqlator.Typed.Schema

Methods

showsPrec :: Int -> Sign -> ShowS #

show :: Sign -> String #

showList :: [Sign] -> ShowS #