postgres-tmp: Create a temporary database that is deleted after performing some operation

[ bsd3, database, library ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10 && <0.11), postgresql-simple (>=0.5 && <0.6), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2016
Author Moritz Kiefer
Maintainer moritz.kiefer@purelyfunctional.org
Category Database
Home page https://github.com/cocreature/postgres-tmp#readme
Source repo head: git clone https://github.com/cocreature/postgres-tmp
Uploaded by cocreature at 2017-12-01T19:56:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2152 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for postgres-tmp-0.2.0

[back to package description]

postgres-tmp

Build Status Hackage

Haskell library for creating temporary postgresql databases. This is especially useful for tests where you don’t want to assume that a certain database is available.