7

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?

tjati
  • 5,761
  • 4
  • 41
  • 56
Jan Schumacher
  • 309
  • 2
  • 11
  • 1
    SO 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 Answers2

13

Right click on your database connection, and then click properties, you can choose schemas in schemas tab. Select your schemas, and then you must right click on your database connection again, and click synchronize. You will find your schemas.one two

zhoujunfu
  • 146
  • 1
  • 3
-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.