tmp-proc-postgres-0.7.2.4: Launch a PostgreSQL database in docker using tmp-proc
Copyright(c) 2020-2021 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <[email protected] >
Safe HaskellNone
LanguageHaskell2010

System.TmpProc.Docker.Postgres

Description

Provides an instance of Proc that launches postgres as a tmp proc.

The instance this module provides can be used in integration tests as is.

It's also possible to write other instances that launch postgres in different ways; for those, this instance can be used as a reference example.

Synopsis