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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see README.md


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.2.0, 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:17Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.