Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Simplified Process for Creating New Databases #779

Open
yanecc opened this issue Mar 14, 2024 · 4 comments
Open

[Feature Request] Simplified Process for Creating New Databases #779

yanecc opened this issue Mar 14, 2024 · 4 comments
Assignees
Labels

Comments

@yanecc
Copy link

yanecc commented Mar 14, 2024

Currently, to create a new database, one has to follow these steps:

  1. Execute CREATE DATABASE new_db; in an existing database connection.
  2. Disconnect from the current connection.
  3. Modify the database information.
  4. Re-establish the connection.

This process is quite inconvenient, especially when there is a need to create multiple new databases.

I would like to suggest the addition of a more straightforward method for creating new databases. This would greatly enhance the usability of the client.

Thank you for your time and consideration.

@Fabio286
Copy link
Member

Hi @18183883296,

I don't know if you know this, but you can connect to a server without specifying the schema in the connection mask. That way you see all the databases for which your user has permissions.
Also you can create new databases (schema) via GUI at the button you see below in the screen.
image

@yanecc
Copy link
Author

yanecc commented Mar 16, 2024

嗨,

我不知道你是否知道这一点,但你可以连接到服务器,而无需在连接掩码中指定架构。这样,您就可以看到用户有权访问的所有数据库。此外,您还可以通过屏幕下方按钮的 GUI 创建新数据库(架构)。 图像

That seems to create a new schema, not a database

@Fabio286
Copy link
Member

You're referring to PostgreSQL, right?

@yanecc
Copy link
Author

yanecc commented Mar 16, 2024

You're referring to PostgreSQL, right?

Yes, I use PostgreSQL.

@Fabio286 Fabio286 added enhancement 🚀 New feature or request PostgreSQL 🐘 labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📌 To do
Development

No branches or pull requests

2 participants