-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | PostgreSQL-based migrations registry for moto. -- -- PostgreSQL-based migrations registry for moto. @package moto-postgresql @version 0.0.1 module Moto.PostgreSQL -- | Command-line configuration for a Registry stored in an -- append-only table in a PostgreSQL database, as supported by -- withRegistry. -- -- The table name shall be registry, inside a schema named -- moto. registryConf :: RegistryConf -- | Obtain a Registry stored in an append-only table in a -- PostgreSQL database. -- -- The table name shall be registry, inside a schema named -- moto. withRegistry :: (MonadIO m, MonadMask m) => ByteString -> (Registry -> m a) -> m a instance Database.PostgreSQL.Simple.ToRow.ToRow Moto.PostgreSQL.LogV1 instance Database.PostgreSQL.Simple.FromRow.FromRow Moto.PostgreSQL.LogV1