@@ -4,16 +4,17 @@ Implementation of Driver V2 make use of runtime JSON/VPACK serialization, reduci
44
55## Features
66
7- | Implemented | Test Coverage | Description |
8- | -------------| ---------------| -------------------------------------------------------------------------|
9- | ✓ | ✓ | HTTP JSON & VPACK Connection |
10- | - | - | HTTP2 JSON & VPACK Connection |
11- | - | - | VST Connection |
12- | + | - | Database API Implementation |
13- | + | - | Collection API Implementation |
14- | ✓ | ✓ | Collection Document Creation |
15- | + | - | Collection Document Update |
16- | ✓ | ✓ | Collection Document Read |
17- | ✓ | ✓ | Query Execution |
18- | + | - | Transaction Execution |
19- | - | - | ArangoDB Operations (Views, Users, Graphs) |
7+ | Implemented | Test Coverage | Description |
8+ | -------------| ---------------| --------------------------------------------|
9+ | ✓ | ✓ | HTTP JSON & VPACK Connection |
10+ | - | - | HTTP2 JSON & VPACK Connection |
11+ | - | - | VST Connection |
12+ | + | - | Database API Implementation |
13+ | + | - | Collection API Implementation |
14+ | ✓ | ✓ | Collection Document Creation |
15+ | + | - | Collection Document Update |
16+ | ✓ | ✓ | Collection Document Read |
17+ | ✓ | ✓ | Collection Index |
18+ | ✓ | ✓ | Query Execution |
19+ | + | - | Transaction Execution |
20+ | - | - | ArangoDB Operations (Views, Users, Graphs) |
0 commit comments