Homebrew tap for Neo4j seabolt

Tap and install with

brew install michael-simons/homebrew-seabolt/seabolt

Afterwards, seabolt-cli is available on the path and you can run queries like this:

BOLT_PASSWORD=secret seabolt-cli run "UNWIND range(1, 23) AS n RETURN n"

The library can also be used for developing with Go using the Neo4j Go Driver. Here’s a good starter: The All New Neo4j Drivers Are Out — Now Including Go!