Skip to content

Commit 9b14e88

Browse files
authored
v3 (#13)
#12 included some of the changes needed for v3, but some other changes to IndraDB were made after that was merged. This includes the remaining changes to support v3.
1 parent 48e47f4 commit 9b14e88

9 files changed

Lines changed: 6678 additions & 2523 deletions

File tree

docs/indradb/grpc.m.html

Lines changed: 3265 additions & 220 deletions
Large diffs are not rendered by default.

docs/indradb/index.html

Lines changed: 484 additions & 820 deletions
Large diffs are not rendered by default.

docs/indradb/proto.m.html

Lines changed: 1939 additions & 820 deletions
Large diffs are not rendered by default.

indradb/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import indradb.indradb_pb2 as proto
22
import indradb.indradb_pb2_grpc as grpc
33

4-
from indradb.client import Client, BulkInserter, Transaction
4+
from indradb.client import Client, BulkInserter
55
from indradb.models import Edge, EdgeKey, Vertex, RangeVertexQuery, SpecificVertexQuery, PipeVertexQuery, \
66
VertexPropertyQuery, SpecificEdgeQuery, PipeEdgeQuery, EdgePropertyQuery, EdgeDirection, NamedProperty, \
77
VertexProperty, VertexProperties, EdgeProperty, EdgeProperties
@@ -11,7 +11,6 @@
1111
"grpc",
1212
"Client",
1313
"BulkInserter",
14-
"Transaction",
1514
"Edge",
1615
"EdgeKey",
1716
"Vertex",

0 commit comments

Comments
 (0)