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 Respostas
+ 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
+ 2
Version of intellij idea should be ultimate. Then you can find "database" on the left side. Select it and tap on green plus, choose your db and configure.
0
i do all of that and connect to my database, but cant dont show any schema and tables