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