Skip to content

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

Open
@yanecc

Description

@yanecc

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

📌 To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions