albertoventurini / graphdb-intellij-plugin

Graph database plugin for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/20417-graph-database
Apache License 2.0
53 stars 15 forks source link

`CREATE DATABASE name` doesn't work properly #67

Open mvillafuertem opened 1 year ago

mvillafuertem commented 1 year ago

Hey, I get an syntax error when I try to use the command CREATE DATABASE name

Screenshot 2023-02-15 at 19 24 00
albertoventurini commented 1 year ago

Hi @mvillafuertem, thank you for logging this issue. The CREATE DATABASE command is not supported by this plugin.

arikkfir commented 1 year ago

Thanks @albertoventurini for clarifying 🙏

I might be able to help and create a PR - can you point me in the right direction on what's needed to make that happen?