Skip to content

Commit

Permalink
Minor adjustments to the project description
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Sep 27, 2024
1 parent 2b7e8b9 commit 87a0377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Introduction

This project is a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded) created back in 2018. The original
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.
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.
project continues, but with a very different philosophy - wrapping the postgres instance in a docker container.
Whereas this project follows the original approach of using native postgres binaries running directly on the target platform without the overhead of virtualization.

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

0 comments on commit 87a0377

Please sign in to comment.