如何在插件 Database Navigator(Intellij Idea Community)中添加数据库?
我在此 manager dbs 中已经有一个数据库,但我还没有找到机会将另一个数据库添加到已部署的 Postgresql DBMS 中。在Intellij Idea Ultimate版本中,数据库管理器可以做到这一点。我在数据库导航器插件中找不到这样的功能。
我创建了一个模式并想在其中创建一个新数据库。但没有成功。在这里,每个数据库都应该有自己的会话和自己的连接(我认为是这样)。
有人可以告诉我该怎么做吗?
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.
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.
Hope this will be help you.