antares icon indicating copy to clipboard operation
antares copied to clipboard

[Feature Request] Simplified Process for Creating New Databases

Open yanecc opened this issue 5 months ago • 4 comments

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.

yanecc avatar Mar 14 '24 17:03 yanecc

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

Fabio286 avatar Mar 15 '24 09:03 Fabio286

嗨,

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

That seems to create a new schema, not a database

yanecc avatar Mar 16 '24 04:03 yanecc

You're referring to PostgreSQL, right?

Fabio286 avatar Mar 16 '24 17:03 Fabio286

You're referring to PostgreSQL, right?

Yes, I use PostgreSQL.

yanecc avatar Mar 16 '24 18:03 yanecc