You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
## Introduction
4
4
5
-
This project is a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded) created due to inactivity of maintainers.
5
+
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.
7
+
Whereas this project follows the original approach of using native postgres binaries running directly on the target platform without the overhead of virtualization.
6
8
7
9
The library allows embedding PostgreSQL into Java application code with no external dependencies.
8
10
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