An open API service indexing awesome lists of open source software.

https://github.com/ilya-murzinov/postgres-embedded

Haskell library for easily running embedded PostgreSQL server for tests
https://github.com/ilya-murzinov/postgres-embedded

haskell postgresql testing

Last synced: 10 months ago
JSON representation

Haskell library for easily running embedded PostgreSQL server for tests

Awesome Lists containing this project

README

          

# postgres-embedded [![Hackage version](https://img.shields.io/hackage/v/postgres-embedded.svg?label=Hackage)](https://hackage.haskell.org/package/postgres-embedded) [![Linux Build Status](https://img.shields.io/travis/ilya-murzinov/postgres-embedded.svg?label=Linux%20build)](https://travis-ci.org/ilya-murzinov/postgres-embedded) [![Windows Build Status](https://img.shields.io/appveyor/ci/ilya-murzinov/postgres-embedded.svg?label=Windows%20build)](https://ci.appveyor.com/project/ilya-murzinov/postgres-embedded)

Haskell API for starting/stopping embedded PostgreSQL instance.