Safe Haskell | None |
---|---|
Language | Haskell98 |
Database.Groundhog.TH.CodeGen
Documentation
mkEmbeddedPersistFieldInstance :: THEmbeddedDef -> Q [Dec] #
mkEmbeddedInstance :: THEmbeddedDef -> Q [Dec] #
mkEntityPhantomConstructors :: THEntityDef -> Q [Dec] #
mkEntityUniqueKeysPhantoms :: THEntityDef -> Q [Dec] #
mkAutoKeyPersistFieldInstance :: THEntityDef -> Q [Dec] #
mkUniqueKeysIsUniqueInstances :: THEntityDef -> Q [Dec] #
mkUniqueKeysEmbeddedInstances :: THEntityDef -> Q [Dec] #
mkKeyEqShowInstances :: THEntityDef -> Q [Dec] #
mkEntityPersistFieldInstance :: THEntityDef -> Q [Dec] #
mkPersistEntityInstance :: THEntityDef -> Q [Dec] #
mkEntityNeverNullInstance :: THEntityDef -> Q [Dec] #
mkMigrateFunction :: String -> [THEntityDef] -> Q [Dec] #