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