Skip to content

Commit 574573d

Browse files
author
Joohwan Oh
committed
Update README.md
1 parent ec39061 commit 574573d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ action = """
360360
return 'success!';
361361
}
362362
"""
363-
res = self.arango.execute_transaction(
363+
res = my_db.execute_transaction(
364364
action=action,
365365
read_collections=["col01","col02"],
366366
write_collections=["col01", "col02"],
@@ -369,6 +369,16 @@ res = self.arango.execute_transaction(
369369
)
370370
```
371371

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+
372382
## Running System Tests (requires ArangoDB on localhost)
373383
```bash
374384
nosetests

0 commit comments

Comments
 (0)