greskell icon indicating copy to clipboard operation
greskell copied to clipboard

Haskell binding for Gremlin graph query language

Results 3 greskell issues
Sort by recently updated
recently updated
newest added

It would be convenient to make an automated way to save/load a record data type to/from Gremlin properties. Maybe we can borrow `ToForm` and `FromForm` typeclasses of [http-api-data](https://hackage.haskell.org/package/http-api-data). However, we...

Current greskell supports use of `.from` and `.to` modulators for `.addE` step that take Traversal argument, but there are more uses about them. - `.from` and `.to` modulators can be...

Hi, Thanks for making **greskell** available! I really enjoy using the DSL, and I appreciate the addition of `Data.Greskell.GTraversal.Gen`—it’s made working with it much more pleasant. I’m currently struggling with...