sandbox-java/postgres_java/README.md

21 lines
261 B
Markdown
Raw Normal View History

2021-12-09 11:50:59 +01:00
# 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
2021-12-09 11:50:59 +01:00
# Links
[source](https://zetcode.com/java/postgresql/)