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
- Host: GitHub
- URL: https://github.com/oradian/pgscala-embedded
- Owner: oradian
- License: mit
- Created: 2017-01-15T01:25:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T10:11:55.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T07:45:48.104Z (over 1 year ago)
- Topics: embedded, postgresql, scala, testing
- Language: Scala
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgscala-embedded
[](https://opensource.org/licenses/MIT)
[](https://travis-ci.org/oradian/pgscala-embedded)
[](https://maven-badges.herokuapp.com/maven-central/org.pgscala.embedded/pgscala-embedded_2.12)
[](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).