relocant-1.0.0: A PostgreSQL migration CLI tool and library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Relocant.DB.Table

Documentation

data Table Source #

Instances

Instances details
ToJSON Table Source # 
Instance details

Defined in Relocant.DB.Table

IsString Table Source # 
Instance details

Defined in Relocant.DB.Table

Methods

fromString :: String -> Table #

Show Table Source #

Return a String that can be fromStringed back to a Table.

Instance details

Defined in Relocant.DB.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Relocant.DB.Table

Methods

(==) :: Table -> Table -> Bool #

(/=) :: Table -> Table -> Bool #

ToField Table Source # 
Instance details

Defined in Relocant.DB.Table

Methods

toField :: Table -> Action #