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