Gremlinq / ExRam.Gremlinq

A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
MIT License
184 stars 33 forks source link

Why not include the feature :mgmt = graph.openManagement() #93

Closed ChenZhaobin closed 4 years ago

ChenZhaobin commented 4 years ago

I find that in JanusGraph.Java we can use mgmt = graph.openManagement() to manage the schemas, do we have similar functions in this project?

ChenZhaobin commented 4 years ago

and this one : graph.tx().commit()

danielcweber commented 4 years ago

I'm afraid no.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

danielcweber commented 4 years ago

Closing: unfortunately the feature doesn't exist and is outside the scope of Gremlinq for the time being.