Skip to content

Commit

Permalink
Reference seabolt in neo4j db driver README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Jan 15, 2020
1 parent 57c0e0d commit dde480b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion database/neo4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
| URL Query | WithInstance Config | Description |
|------------|---------------------|-------------|
| `user` | Contained within `AuthConfig` | The user to sign in as |
| `password` | Contained within `AuthConfig` | The user's password |
| `password` | Contained within `AuthConfig` | The user's password |
| `host` | | The host to connect to. Values that start with / are for unix domain sockets. (default is localhost) |
| `port` | | The port to bind to. (default is 7687) |
| | `MigrationsLabel` | Name of the migrations node label |

## Building

You'll need to build [seabolt](https://github.com/neo4j-drivers/seabolt) for neo4j support since this uses [github.com/neo4j/neo4j-go-driver](https://github.com/neo4j/neo4j-go-driver)

0 comments on commit dde480b

Please sign in to comment.