Skip to content

Commit 87a0377

Browse files
committed
Minor adjustments to the project description
1 parent 2b7e8b9 commit 87a0377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Introduction
44

55
This project is a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded) created back in 2018. The original
6-
project continues, but with a very different philosophy - wrapping the postgres instance in a docker container. This project is focused on running the postgres instance directly in the same JVM as the tests.
7-
There are [pros and cons](https://github.com/opentable/otj-pg-embedded/blob/master/README.md#recent-changes-and-the-reasons-behind-them) to both approaches discussed in their README.
6+
project continues, but with a very different philosophy - wrapping the postgres instance in a docker container.
7+
Whereas this project follows the original approach of using native postgres binaries running directly on the target platform without the overhead of virtualization.
88

99
The library allows embedding PostgreSQL into Java application code with no external dependencies.
1010
Excellent for allowing you to unit test with a "real" Postgres without requiring end users to install and set up a database cluster.

0 commit comments

Comments
 (0)