Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 277 Bytes

Getting Started

Only supports node version >10

npm install -g gremlin_node_console

Example

Repl supports top level await. Here is an example usage.

gremlin_console -a ws://127.0.0.1:8181
#> await client.submit('g.addV("hello").iterate()');