Connect to existing database in intellij | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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.

2nd Apr 2020, 10:08 PM
hamid
hamid - avatar
3 ответов
+ 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
3rd Apr 2020, 9:01 AM
hamid
hamid - avatar
+ 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.
3rd Apr 2020, 2:23 AM
Marina Vasilyova
Marina Vasilyova - avatar
0
i do all of that and connect to my database, but cant dont show any schema and tables
3rd Apr 2020, 8:15 AM
hamid
hamid - avatar