A postgresql backend for persistent.
Documentation
:: 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