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

Relocant.Name

Description

Just a simple type module. Nothing imporant here.

Synopsis

Documentation

newtype Name Source #

Migration Name.

Constructors

Name Text 

Instances

Instances details
ToJSON Name Source # 
Instance details

Defined in Relocant.Name

IsString Name Source # 
Instance details

Defined in Relocant.Name

Methods

fromString :: String -> Name #

Show Name Source # 
Instance details

Defined in Relocant.Name

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

PrintfArg Name Source # 
Instance details

Defined in Relocant.Name

Eq Name Source # 
Instance details

Defined in Relocant.Name

Methods

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

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

FromField Name Source # 
Instance details

Defined in Relocant.Name

ToField Name Source # 
Instance details

Defined in Relocant.Name

Methods

toField :: Name -> Action #