I'd like to know if it's possible to manage multiple database schemas with just one connection in [datagrip]. Has anyone experience with that?
Asked
Active
Viewed 5,224 times
7
-
1SO is a site for programming questions. This question is obviously off-topic. – Patrick Oct 06 '15 at 07:51
-
At PostgreSQL part, there is an issue about this. [https://youtrack.jetbrains.com/issue/DBE-2287](https://youtrack.jetbrains.com/issue/DBE-2287) – pirimoglu Jan 28 '17 at 06:20
2 Answers
-1
Jan, if you mean multiple schemas in different DBs, then probably answer is no. AFAIK, there is no IDE with such feature at all. If I'm wrong - please give a link.
If you want to work with several schemas in one DB - you can choose them in DB Properties/Schemas tab. It works fine.

Dmitriy Nemchin
- 19
- 2
-
1You're so wrong. Navicat had that for ages. I really miss that feature in DataGrip. – Vakho Apr 13 '16 at 11:37