tmp-proc-postgres

Shows how to run a PostgreSQL database as a tmp proc

Version on this page:0.5.2.2
LTS Haskell 22.17:0.5.3.1
Stackage Nightly 2024-04-19:0.6.0.1
Latest on Hackage:0.6.0.1

See all snapshots tmp-proc-postgres appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:tmp-proc-postgres-0.5.2.2@sha256:7abe7db3ee6c2ffe7e288d47c19eab99adc8c58754098b730d1ef64354ae6c30,1630

Module documentation for 0.5.2.2

An example of using tmp-proc to launch dockerized PostgreSQL in integration tests.

Changes

Revision history for tmp-proc-postgres

0.5.2.1 – 2022-08-11

  • Relax version bounds

0.5.2.0 – 2022-08-10

  • Update the connection URI

0.5.1.0 – 2022-08-08

  • Bump version of text and base

0.5.0.0 – 2021-09-28

  • First version. Extracted from an unreleased version of the tmp-proc library
  • Initial upload to hackage