-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Template-Haskell helpers for integrating protobufs with persistent.
--
-- Template-Haskell helpers for integrating protobufs with persistent.
@package persistent-protobuf
@version 0.1.5
-- | derivePersistFieldPB uses Template Haskell to produce
-- PersistField instances for types with ReflectDescriptor
-- and Wire instances just as derivePersistField produces
-- PersistField instances for types with Read and
-- Show instances.
module Database.Persist.TH.ProtocolBuffers
-- | Derive PersistField instances for typName.
-- typName should be an instance of the ReflectDescriptor
-- and Wire classes.
derivePersistFieldPB :: String -> Q [Dec]