rsmgclient
rsmgclient copied to clipboard
Memgraph database adapter for Rust programming language.
Due to the open issue: https://github.com/memgraph/rsmgclient/issues/46 This build process described in README will fail on multiple Linux Distros; exception is Ubuntu it works on Ubuntu. ``` #!/bin/bash curl --proto '=https'...
I would like to use a connection to MemGraph in rust as a state in different functions, however when I tried to place a mutex on a connection to share...
Async
Are there any plans on supporting an async runtime?
After running Fedora 38 + installing `dnf install cmake gcc g++ openssl-devel clang-libs` + running `cargo install rsmgclient` There is the following error:
Currently `Connection::fetch` doesn't update the status, most probably because when `Connection::execute` is called in an eager pulling configuration, then `Connection::pull_and_fetch_all` would change the status which can corrupt the whole object....
`Connection::fetch` will only return two combinations: - `(Some(row), None)`: when a new row is obtained - `(None, Some(has_more))` when there is no more records In contrast what we are expecting...
As we have multiple clients (pymgclient, rsmgclient, the nodejs client) it would be nice if they were been implemented in the same way. I think making a C library on...
- [x] Add data types - [x] Merge and release https://github.com/memgraph/mgclient/pull/65 first - [x] Update to the latest release of `mgclient` - [ ] Make MinGW/msys2 work - [ ]...
Under CI, tests are passing, while locally, there are failing duration data type tests. There was already a "fix" under https://github.com/memgraph/rsmgclient/pull/53 that seems not to be working. ![Screenshot 2024-08-18 at...