Enrico Risa

Results 30 issues of 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

enhancement
cli
hacktoberfest

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

enhancement
cli
hacktoberfest

Add the support for Traversal transaction https://tinkerpop.apache.org/docs/current/reference/#transactions

enhancement

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 }...

bug

enhancement

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...