| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Database.Groundhog.TH.Settings
Documentation
data PersistDefinition Source
Instances
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
| |
Instances
| Show PSEntityDef | |
| Lift PSEntityDef | |
| FromJSON PSEntityDef |
data PSEmbeddedDef Source
Constructors
| PSEmbeddedDef | |
Fields
| |
Instances
| Show PSEmbeddedDef | |
| Lift PSEmbeddedDef | |
| FromJSON PSEmbeddedDef |
data PSPrimitiveDef Source
Constructors
| PSPrimitiveDef | |
Fields
| |
Instances
| Show PSPrimitiveDef | |
| Lift PSPrimitiveDef | |
| FromJSON PSPrimitiveDef |
data PSFieldDef str :: * -> *
Constructors
| PSFieldDef | |
Fields
| |
Instances
| Show str => Show (PSFieldDef str) | |
| Lift (PSFieldDef String) | |
| FromJSON (PSFieldDef String) |
data PSUniqueDef Source
Constructors
| PSUniqueDef | |
Fields | |
Instances
| Show PSUniqueDef | |
| Lift PSUniqueDef | |
| FromJSON PSUniqueDef |
data PSUniqueKeyDef Source
Constructors
| PSUniqueKeyDef | |
Instances
| Show PSUniqueKeyDef | |
| Lift PSUniqueKeyDef | |
| FromJSON PSUniqueKeyDef |
data PSAutoKeyDef Source
Constructors
| PSAutoKeyDef | |
Fields | |
Instances
| Show PSAutoKeyDef | |
| Lift PSAutoKeyDef | |
| FromJSON PSAutoKeyDef |