0
Connect to existing database in intellij
I created a derby database with code and insert some data, now want connect to it with intellij and see data in tables. How can I do that? *dont want read data with code, I want to use database tab in intellij.
3 Answers
+ 1
in database tab in right, click + and import from datasources , write absolut URL of database and other informations then in schemas tab, search your schema in checked it.
done
0
i do all of that and connect to my database, but cant dont show any schema and tables