debug-ito / greskell

Haskell binding for Gremlin graph query language
https://hackage.haskell.org/package/greskell
27 stars 4 forks source link

Implementation of match() step #10

Closed oco-adam closed 3 years ago

oco-adam commented 4 years ago

Apologies if I'm missing something, but I can't find the match() step for Graph Traversal.

This would provide a declarative way of traversing the graph, which is extremely useful.

Would it be possible to add this to the API?

debug-ito commented 4 years ago

Thanks for reporting.

Sorry, current version of greskell doesn't implement match step. I don't have much time to develop it immediately. Pull-requests are welcome.

debug-ito commented 3 years ago

greskell-1.2.0.0 now supports match() and where() steps.