Skip to content

Commit

Permalink
add a line in README
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 5, 2024
1 parent 0a41f95 commit d3ddbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cargo run --example stdout -- --db-host localhost --db-port 5432 --db-name postg

In the above example, `pg_replicate` connects to a Postgres database named `postgres` running on `localhost:5432` with a username `postgres` and password `password`. The slot name `stdout_slot` will be created by `pg_replicate` automatically.

Refer to the [examples](https://github.com/imor/pg_replicate/tree/main/pg_replicate/examples) folder to run examples for sinks other than `stdout` (currently only `bigquery` and `duckdb` supported).
Refer to the [examples](https://github.com/imor/pg_replicate/tree/main/pg_replicate/examples) folder to run examples for sinks other than `stdout` (currently only `bigquery` and `duckdb` supported). A quick tip: to see all the command line options is to just run e.g. `cargo run --example bigquery` which will print the detailed usage instructions for the `bigquery` sink.

## Getting Started

Expand Down

0 comments on commit d3ddbc8

Please sign in to comment.