Created
December 31, 2021 19:03
-
-
Save Log-of-e/9b7b45d2a088e8b4baaff901b5a9b4e7 to your computer and use it in GitHub Desktop.
Find version of Neo4j DB running
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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