chore: refactor

This commit is contained in:
dancingCycle 2023-04-05 15:49:40 +02:00
parent 1faf78f9d0
commit de21aa2788
6 changed files with 42 additions and 66 deletions

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main 'host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data'
```

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```

View File

@ -1,23 +1,19 @@
* build
* install dependencies on Debian Bullseye
```
sudo apt install libpq-dev --no-install-recommends
```
* build
```
make
```
* run
```
./main 'postgresql://begerad:secret@localhost:5432/sib00_vbn_gtfs'
./main 'postgresql://<user>:<secret>@<host>:<port>/<database>'
```
* or run
```
./main 'postgresql://begerad:secret@localhost:5432/vbn_data'
./main "host=<host> port=<port> user=<user> password=<<secret>> dbname=<database>"
```
* or run
```
./main "host=localhost port=5432 user=begerad password=<secret> dbname=vbn_data"
```