arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

replaceVertex, replaceEdge for the js #130

Closed F21 closed 11 years ago

F21 commented 11 years ago

I would love to see a replaceVertex and replaceEdge for the JS graph API. Currently, I use:

db.vertexcollection.replace(...);

However, having a replaceVertex and replaceEdge would make things easier, because when working with the graph api, we won't have to break out of the graph mindset and switch to the document api.

F21 commented 11 years ago

Hmm. This should be in arangodb.

frankmayer commented 11 years ago

...just saw this. Yes, it should :smile: