Open
Description
Currently, to create a new database, one has to follow these steps:
- Execute
CREATE DATABASE new_db;
in an existing database connection. - Disconnect from the current connection.
- Modify the database information.
- 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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📌 To do