sandbox-java/postgres_java/README.md

21 lines
261 B
Markdown

# Overview
This project shows how Postgres and Java interact.
# Notes
The instruction
```/etc/init.d/postgresql status```
is equivalent with
```systemctl status postgresql```
.
obx21
firstairport21
# Links
[source](https://zetcode.com/java/postgresql/)