Alternative tools for building queries

Hello

I was wondering if there was any alternative tools to using the web browser to query Neo4J and build Cypher queries with?

We had Chris visit a week or so ago and he mentioned a tool that the name unfortunately escapes me!

I've used the browser and command line tools for various tasks, but I am wondering if any native tools exist?

John

I've found the browser is fine for quick-testing some command line or syntax, but generally my tool of choice is as simple as using Visual Studio code as an IDE, and a command prompt to execute cypher shell to run the saved queries.

There's the cypher-shell command line app that comes with Neo4j.

If you're using Intellij for development you may also want to look at the graph database support plugin for Neo4j.