1
votes

I evaluate ArangoDB's .NET drivers. Currently I test ArangoDB-NET. I'm .NET newbie but looks like this (and some others) client missed methods to create graph objects.

Could you please describe why Java clients have graph-related methods and .NET clients does not?

Should I work with graphs from .NET via edge collections?

I slightly confused because I want to see graphs on Graphs tab in Web UI.

1

1 Answers

0
votes

If you mean graph API then it's not yet implemented in the driver. You can use edge collection methods or AQL to work with graphs in the current version.