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

Add support for listing PostgreSQL databases #397

Open
dshoreman opened this issue May 13, 2021 · 0 comments
Open

Add support for listing PostgreSQL databases #397

dshoreman opened this issue May 13, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@dshoreman
Copy link
Owner

Could be done per-driver or as a single aggregated list, with the latter probably needing more faffing about on the Vue side.

  • Potential API route might be GET /api/databases/{:driver} where driver defaults to 'mysql'
  • Connection and dbal methods should be injected in constructor
  • Driver selection could be either as a sidebar submenu, or a dropdown on the page
  • In the list, icon should match that of the driver vendor
@dshoreman dshoreman added the enhancement New feature or request label May 13, 2021
@dshoreman dshoreman added this to To do in Databases via automation May 13, 2021
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
Databases
  
To do
Development

No branches or pull requests

1 participant