The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ArangoDB2::Edge - ArangoDB edge API methods

DESCRIPTION

ArangoDB edges are fundamentally documents, with a few extra features thrown in. ArangoDB2::Edge inherits most of its methods from ArangoDB2::Document.

ORIGINAL METHODS

create
from
to

INHERITED METHODS

data
delete
get
keepNull
list
policy
replace
rev
type
update
waitForSync

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.