Neo4j Console allows you to send adhoc cypher queries from within Visual Studio 2013 to your local (or indeed remote) Neo4j server instance. It doesn't embed the server, and can only be used for communicating with an existing server. If you can write it in Cypher, then this should support it. If there are any problems, please don't hesitate to let me know (at https://github.com/DotNet4Neo4j/Neo4j-Vs-Console) . You can find it in the 'View -> Other Windows' options of Visual Studio 2013/5/7:
This shows Creating and Reading from the database:
This shows multi-column reading from the database: |