We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec39061 commit 574573dCopy full SHA for 574573d
README.md
@@ -360,7 +360,7 @@ action = """
360
return 'success!';
361
}
362
"""
363
-res = self.arango.execute_transaction(
+res = my_db.execute_transaction(
364
action=action,
365
read_collections=["col01","col02"],
366
write_collections=["col01", "col02"],
@@ -369,6 +369,16 @@ res = self.arango.execute_transaction(
369
)
370
```
371
372
+## To Do
373
+1. Tasks
374
+2. Monitoring
375
+3. User Management
376
+4. Async Result
377
+5. Endpoints
378
+6. Sharding
379
+7. Misc. Functions
380
+8. General Handling
381
+
382
## Running System Tests (requires ArangoDB on localhost)
383
```bash
384
nosetests
0 commit comments