Ecosyste.ms: Awesome
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: about 4 hours ago
JSON representation
Haskell library for easily running embedded PostgreSQL server for tests
- Host: GitHub
- URL: https://github.com/ilya-murzinov/postgres-embedded
- Owner: ilya-murzinov
- License: bsd-3-clause
- Created: 2017-10-08T18:59:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T13:00:57.000Z (over 4 years ago)
- Last Synced: 2024-04-25T12:43:16.100Z (7 months ago)
- Topics: haskell, postgresql, testing
- Language: Haskell
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
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.