neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

intellij connect graph database support plugin programmatically #80

Closed zigzagooo closed 6 years ago

zigzagooo commented 6 years ago

I am using intelij IDE and want to programmatically add and remove nodes from neo4j database using java,I installed the plugin of netbrains graph database support but don't know what to do next to deal with the database through java. (note i understand the .cyp part but i want to use java)

skibish commented 6 years ago

Hi,

You can use official neo4j driver to interact programmatically with the neo4j database: https://github.com/neo4j/neo4j-java-driver