Marko Budiselić
Marko Budiselić
`mgmigrate --version` returns just `mgmigrate`. Return the proper version string.
After running Fedora 38 + installing `dnf install cmake gcc g++ openssl-devel clang-libs` + running `cargo install rsmgclient` There is the following error:
- [ ] Document all the steps on the way - [ ] Examine one by one library using `ldd` - [ ] Try [musl libc](https://musl.libc.org) - [ ] Try...
Sometimes in the batched-parallel import mode, `mgclient` session can end up in a bad state: * inside `ExecuteBatchesParallel`, taka a look at the `MG_SESSION_BAD` check and figure out why is...
On `SHOW`, suggest `SHOW STORAGE` etc.
When a user pastes command from, e.g. docs: ``` LOAD CSV FROM "/path-to/people_nodes.csv" WITH HEADER AS row CREATE (n:Person {id: row.id, name: row.name}); ```  it's possible...
* export * import * compression * run in the background * stop and clean all the resource (if run in background, it's not easy to stop)
Some database queries could be quite long. It would be nice to have an `async` construct to deal with that in the shortest amount of time from a developer's point...