| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Database.Groundhog.TH.Settings
Contents
Documentation
data PersistDefinitions #
Constructors
| PersistDefinitions | |
Fields
| |
data THEntityDef #
Constructors
| THEntityDef | |
Fields
| |
Instances
data THEmbeddedDef #
Constructors
| THEmbeddedDef | |
Fields
| |
Instances
data THPrimitiveDef #
Constructors
| THPrimitiveDef | |
Fields
| |
Instances
data THFieldDef #
Constructors
| THFieldDef | |
Fields
| |
Instances
data THUniqueDef #
Constructors
| THUniqueDef | |
Fields
| |
Instances
data THUniqueKeyDef #
Constructors
| THUniqueKeyDef | |
Fields
| |
Instances
data PSEntityDef #
Constructors
| PSEntityDef | |
Fields
| |
Instances
data PSEmbeddedDef #
Constructors
| PSEmbeddedDef | |
Fields
| |
Instances
data PSPrimitiveDef #
Constructors
| PSPrimitiveDef | |
Fields
| |
Instances
data PSConstructorDef #
Constructors
| PSConstructorDef | |
Fields | |
data PSFieldDef str :: * -> * #
Constructors
| PSFieldDef | |
Fields
| |
Instances
| Eq str => Eq (PSFieldDef str) | |
| Show str => Show (PSFieldDef str) | |
data PSUniqueKeyDef #
Constructors
| PSUniqueKeyDef | |