Enrico Risa
Enrico Risa
Currently the `cli` does not support he output of a profile step. It would be cool to have something similar to the official `GremlinConsole` https://tinkerpop.apache.org/docs/current/reference/#profile-step
Currently the `cli` does not support he output of an explain step. It would be cool to have something similar to the official `GremlinConsole` https://tinkerpop.apache.org/docs/current/reference/#explain-step
Add the support for Traversal transaction https://tinkerpop.apache.org/docs/current/reference/#transactions
The client should have to base feature - sync - async The default one should be async and it should be possible to activate them together without issues.
The mapping to structs should use optional when specified for optional fields. Currently this emit an error ```rust #[derive(orientdb_client::derive::FromResult, Debug, PartialEq)] struct Person { name: String, age : Option }...
https://orientdb.com/docs/last/Using-SSL-with-OrientDB.html
Hi Guys i've started to work in the develop branch, i'm refactoring the code in order to use the new MultiModel API that the Core of OrientDB will offer in...