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