| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.PostgreSQL.Harness.Client
Description
Client library for pg-harness REST service.
Use the createTemporaryDatabase function to create the database.
Documentation
data ConnectionInformation Source
Connection information to use for connecting to a database.
Constructors
| ConnectionInformation | |
Fields
| |
createTemporaryDatabase :: String -> IO ConnectionInformation Source
Create temporary database using the given URL to a
running pg-harness REST service. Returns the connection
information for connecting to the newly created temporary
database.
toConnectionString :: ConnectionInformation -> ByteString Source
Convert connection information to a libpq- or
postgresql-simple-compatible connection string.