c-questdb-client
c-questdb-client copied to clipboard
Rust, C and C++ client for QuestDB InfluxDB Line Protocol
FetchContent_Declare uses c_questdb_client_proj so FetchContent_MakeAvailable should use it too.
More HTTP timeout tests. Closes https://github.com/questdb/c-questdb-client/issues/66
Details are here: https://github.com/questdb/py-questdb-client/issues/75
At the README for the c client we mention > See the main [client libraries](https://questdb.io/docs/reference/clients/overview/) documentation for the full config string params, including authentication, tls, etc. But that link does...
The C++ class `line_sender` is missing `flush_and_keep_with_flags()`. Without this method, the user can't make a flush that is checked to be transactional.
Changed README and doc files for Rust, C, and C++ to use the trades table. Also changed all the examples found on this repository to use the trades table rather...
RELEASING.md had link text and target switched. This commit fixes it. Furthermore, the target is adjusted to point directly to questdb crate.
Adds community link
Is there an accepted approach in Rust to write LONG / LONG256 / BINARY types using the Buffer's provided?
close https://github.com/questdb/c-questdb-client/issues/89 update ureq&webpki-roots&rustls to new version.