https://github.com/michael-simons/homebrew-seabolt
https://github.com/michael-simons/homebrew-seabolt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-simons/homebrew-seabolt
- Owner: michael-simons
- Created: 2019-10-16T22:35:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T06:40:02.000Z (over 5 years ago)
- Last Synced: 2025-05-08T22:43:51.350Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= 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 https://github.com/neo4j/neo4j-go-driver[Neo4j Go Driver].
Here's a good starter: https://medium.com/neo4j/neo4j-go-driver-is-out-fbb4ba5b3a30[The All New Neo4j Drivers Are Out — Now Including Go!]