c-questdb-client
c-questdb-client copied to clipboard
Rust, C and C++ client for QuestDB InfluxDB Line Protocol
Following https://github.com/questdb/c-questdb-client/issues/89, implement support for ND arrays in ILP. # Guidelines ## Rust API * We should introduce a new trait for what constitutes an ND array. * Via feature...
Implements the (missing) C++ line_sender::flush_and_keep_with_flags() method. I do not know how to use/interface to rust, so have relied heavily on the existing line_sender::flush_and_keep() method.
Hi I noticed that the package is not currently available in Conan Center. Are there any plans to add support for Conan in the future? It would be greatly beneficial...
It's been reported that the len method can be confused to return the row count instead of the byte count. We should improve the docs to explain that the buffer...
Actions: Compile program with cargo using the crate `ureq 2.10.1` and `questdb-rs 4.0.3`. Observed: Compilation crashes with the following logging: ``` Updating crates.io index error: failed to select a version...
Compilation brings a warning (v3.1.0 -> v4.0.2)  It would be good to fix versions of packages for each release to prevent compatibility issue.