The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ArangoDB2::Graph - ArangoDB graph API methods

DESCRIPTION

ArangoDB2::Graph implements the "General Graph" API (/_api/gharial) and not the deprecated "Graphs" API (/_api/graph). In order to make things more intuitive this is named "Graph" instead of "Gharial."

METHODS

new
create
delete
dropCollections
edgeDefinition
edgeDefinitionRegister
edgeDefinitions
get
list
orphanCollections
traversal
vertex
vertexCollection
vertexCollections

AUTHOR

Ersun Warncke, <ersun.warncke at outlook.com>

http://ersun.warnckes.com

COPYRIGHT

Copyright (C) 2014 Ersun Warncke

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.