Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions examples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,23 +103,23 @@
host: localhost
port: 9009

- name: ilp-from-conf
lang: c
path: examples/line_sender_c_example_from_conf.c
header: |-
[C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/C.md)
conf: tcp::addr=localhost:9009;
- name: ilp-from-conf
lang: c
path: examples/line_sender_c_example_from_conf.c
header: |-
[C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/C.md)
conf: tcp::addr=localhost:9009;

- name: ilp-from-conf
lang: cpp
path: examples/line_sender_cpp_example_from_conf.cpp
header: |-
[C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/CPP.md)
conf: tcp::addr=localhost:9009;
- name: ilp-from-conf
lang: cpp
path: examples/line_sender_cpp_example_from_conf.cpp
header: |-
[C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/CPP.md)
conf: tcp::addr=localhost:9009;

- name: ilp-from-conf
lang: rust
path: questdb-rs/examples/from_conf.rs
header: |-
[Rust client library docs](https://docs.rs/crate/questdb-rs/latest)
conf: tcp::addr=localhost:9009;
- name: ilp-from-conf
lang: rust
path: questdb-rs/examples/from_conf.rs
header: |-
[Rust client library docs](https://docs.rs/crate/questdb-rs/latest)
conf: tcp::addr=localhost:9009;