sandbox-libpq/example1/readme.md

23 lines
284 B
Markdown
Raw Normal View History

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