Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ConnectionStrings = ConnectionStrings {}
- withConnectionStrings :: (ConnectionStrings -> IO a) -> IO a
Documentation
data ConnectionStrings Source #
Connection strings used to connect to your temporary message-db.
ConnectionStrings | |
|
withConnectionStrings :: (ConnectionStrings -> IO a) -> IO a Source #
Create and use a temporary message-db for testing.