neueda / jetbrains-plugin-graph-database-support

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

How to automatic saving data sourcce and automatic connection to the graph database? #201

Open SavageChigga opened 2 years ago

SavageChigga commented 2 years ago

When I use PyCharm Community Edition 2021.1.1 and Graph Database support 3.0.3 plugin, I need to re-add new data source and re-enter name, user and password every time I open pycharm, which is very troublesome. Is it possible to set up automatic saving data source and automatic connection to the graph database ?

every time I open pycharm, it looks like : image image image

I hope it looks like ( when pycharm was opened, it can automaticly connect to the graph database): image

Is there any way can help me do like this ?