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

Default database set up on Postgres #432

Closed
fokusuma opened this issue Sep 5, 2022 · 4 comments
Closed

Default database set up on Postgres #432

fokusuma opened this issue Sep 5, 2022 · 4 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@fokusuma
Copy link

fokusuma commented Sep 5, 2022

Hi Fabio, maybe you can consider this enhancement on Postgres

Is your feature request related to a problem? Please describe.
Currently we only able to connect to 1 database on Postgres, so it's diffcult to switch to other database because we must create a new connection and there will be a lot of connection on the sidebar if we have a lot of DB to connect with.

Describe the solution you'd like
I think will be good if we have default database set up to 'All database' (currently set up to postgres) and after connected, there is database option on the sidebar

On Mariadb :
DeepinScreenshot_plasmashell_20220905115816

on DBGate :
DeepinScreenshot_plasmashell_20220905115942

on pgAdmin4 :
DeepinScreenshot_select-area_20220905120237

@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Sep 5, 2022
@Fabio286
Copy link
Member

Hi Kusuma,

The problem with Postgre is that it presents an extra layer.
For example MySQL has Server > schema > table, PostgreSQL on the other hand has Server > database > schema > table.
I will look into this further to assess the feasibility of this feature also in relation to the drivers used by Antares.

@Fabio286
Copy link
Member

Fabio286 commented Jun 6, 2023

Also discussed in #590.

@Fabio286
Copy link
Member

WIP
Animation

@fokusuma
Copy link
Author

Well done 🔥 @Fabio286

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants