Skip to content

Instantly share code, notes, and snippets.

@Log-of-e
Created December 31, 2021 19:03
Show Gist options
  • Select an option

  • Save Log-of-e/9b7b45d2a088e8b4baaff901b5a9b4e7 to your computer and use it in GitHub Desktop.

Select an option

Save Log-of-e/9b7b45d2a088e8b4baaff901b5a9b4e7 to your computer and use it in GitHub Desktop.
Find version of Neo4j DB running
// find the version of Neo4j DB running
call dbms.components()
// sample output:
// +------------------------------------------+
// | name | versions | edition |
// +------------------------------------------+
// | "Neo4j Kernel" | ["4.0.4"] | "community" |
// +------------------------------------------+
//
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment