sandbox-libpq/multiple_rows/readme.md

23 lines
284 B
Markdown
Raw Normal View History

2023-01-05 14:57:09 +01:00
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```