Skip to content

Instantly share code, notes, and snippets.

@Chase-William
Last active March 19, 2023 17:04
Show Gist options
  • Save Chase-William/67ce9e68528d18a47afde3cb55303009 to your computer and use it in GitHub Desktop.
Save Chase-William/67ce9e68528d18a47afde3cb55303009 to your computer and use it in GitHub Desktop.
// Bolt
var graphClient = new BoltGraphClient("neo4j://localhost:7687", "username", "password");
var connectTask = graphClient.ConnectAsync();
connectTask.Wait();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment