Gremlinq / ExRam.Gremlinq

A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store/Cap steps?

phleebagg opened this issue · comments

It appears that these are not implemented. Is there any plan to add them in or are there big hurdles?

It would be nice for tracking what if anything was dropped by a query (e.g. store('x').drop().cap('x'))

Edit: If anyone is trying to do something similar to above, it can be accomplished via sideEffect(drop()).

As so often in open source, the answer is simple: It's not implemented because I didn't need it. I might need it in the future. Also, I am accepting pull requests ;-)

Closing. It's in the backlog. You know....

@danielcweber is this still in the backlog?