'How can I add a database in plugin Database Navigator (Intellij Idea Community)?

I already have a database in this manager dbs, but I have not found an opportunity to add another database to the deployed Postgresql DBMS. In the Intellij Idea Ultimate version, the database manager can do this. I can't find such a feature in the Database Navigator plugin.

enter image description here

I created a schema and thought to make a new database in it. But it didn't work out. Here, each database should have its own session and its own connection (I think so).

Can someone tell me how to do it ?

enter image description here



Solution 1:[1]

If you want to add another database, you should use the console for that. So, you will be able to write the query for creating this new one.

First click on your db. Once done you will write you query in the console located at the left. Follow the image to do this.

enter image description here

Hope this will be help you.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Anselme Zodehougan