We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed2672 commit f8fc13dCopy full SHA for f8fc13d
questdb-rs/src/ingress/mod.md
@@ -162,7 +162,7 @@ let mut sender = Sender::from_conf(
162
# use questdb::{Result, ingress::Sender};
163
# fn main() -> Result<()> {
164
let mut sender = Sender::from_conf(
165
- "tcps::addr=localhost:9009;username=testUser1;token=5UjEA0;token_x=fLKYa9;token_y=bS1dEfy"
+ "tcps::addr=localhost:9009;username=testUser1;token=5UjEA0;token_x=fLKYa9;token_y=bS1dEfy;"
166
)?;
167
# Ok(())
168
# }
0 commit comments