arangodb-php
arangodb-php copied to clipboard
PHP ODM for ArangoDB
For exports of big collections users may want to increase the cursor's TTL to a bigger value without having to change the server default.
Implement relaxed Batchrequest that is introduced with ArangoDB 1.5. Also while we're at it, reduce the Batchpartname to one or two letters to save a few bytes in the request...
For driver version 1.4 we need to implement replication functionality support as described here: - http://www.arangodb.org/manuals/1.4/HttpReplication.html
hi, i would like to ask if you plan to support document classes just like doctrine does for example in its odm. with annotations and all that. because what i...
Curl?
I noticed that the driver uses fopen instead of curl under the hood. Is there any particular reason why fopen as chosen as the preferred method? If there's no particular...
So, I have done some work on the core client over the weekend. Following the convention that Jan introduced with the current classic client, I have made a local repo...
This is an issue to introduce and follow-up on the progress of splitting the ArangoDB-PHP client. Introduction: I am in the process of splitting the driver into `core` and `higher...
I was thinking of adding an "allowed" or "denied" list of attributes that can be set/updated. Ideally this is a nestable list, that allows attributes in subdocuments as well. I'd...
Not sure how feasible this is yet. Sometimes, we retrieve an edge and have an edge object. We then wish to replace, remove or update this edge. It is a...
Many times, I just need to create a simple edge between 2 vertices with a label. In this case, I do not need to set attributes of any type on...