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

https://github.com/oradian/pgscala-embedded

PostgreSQL cluster provisioning and utilities for Scala
https://github.com/oradian/pgscala-embedded

embedded postgresql scala testing

Last synced: 6 months ago
JSON representation

PostgreSQL cluster provisioning and utilities for Scala

Awesome Lists containing this project

README

          

# pgscala-embedded
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/oradian/pgscala-embedded.svg?branch=master)](https://travis-ci.org/oradian/pgscala-embedded)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pgscala.embedded/pgscala-embedded_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.pgscala.embedded/pgscala-embedded_2.12)
[![Scaladoc](https://javadoc-badge.appspot.com/org.pgscala.embedded/pgscala-embedded_2.12.svg?label=scaladoc)](http://javadoc-badge.appspot.com/org.pgscala.embedded/pgscala-embedded_2.12)

PostgreSQL cluster provisioning and utilities for Scala

This library is inspired by [yandex-qatools/postgresql-embedded](https://github.com/yandex-qatools/postgresql-embedded "postgresql-embedded") and [flapdoodle-oss/de.flapdoodle.embed.process](https://github.com/flapdoodle-oss/de.flapdoodle.embed.process "de.flapdoodle.embed.process"), but with different goals in mind (i.e. providing **cross-JVM** cluster provisioning).