Skip to content

Instantly share code, notes, and snippets.

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