Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samolego/fri-prpo-vaje01
Prve vaje predmeta PRPO
https://github.com/samolego/fri-prpo-vaje01
Last synced: 12 days ago
JSON representation
Prve vaje predmeta PRPO
- Host: GitHub
- URL: https://github.com/samolego/fri-prpo-vaje01
- Owner: samolego
- Created: 2023-10-18T06:23:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-21T18:28:25.000Z (10 months ago)
- Last Synced: 2024-10-20T23:45:34.214Z (2 months ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple JDBC sample
```
docker run -d --name pg-jdbc -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=uporabniki -p 5432:5432 postgres:13
```