arbor-postgres-0.0.3: Convenience types and functions for postgresql-simple.

Safe HaskellNone
LanguageHaskell2010

Arbor.Postgres.Core

Documentation

newtype Table Source #

Constructors

Table 

Fields

Instances
Show Table Source # 
Instance details

Defined in Arbor.Postgres.Core

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

IsString Table Source # 
Instance details

Defined in Arbor.Postgres.Core

Methods

fromString :: String -> Table #