Database.Persist.Postgresql
Description
A postgresql backend for persistent.
Documentation
Arguments
| :: MonadCatchIO m | |
| => String | |
| -> Int | number of connections to open |
| -> (ConnectionPool -> m a) | |
| -> m a |
withPostgresqlPoolF :: MonadIO m => (m a -> m () -> m a) -> String -> Int -> (Pool Connection -> m a) -> m aSource
withPostgresqlConn :: MonadCatchIO m => String -> (Connection -> m a) -> m aSource
module Database.Persist
module Database.Persist.GenericSql