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 adminer as a database explorer #7146

Closed
1 task done
SirTimme opened this issue Jan 18, 2025 · 3 comments
Closed
1 task done

Add support for adminer as a database explorer #7146

SirTimme opened this issue Jan 18, 2025 · 3 comments
Labels
area-integrations Issues pertaining to Aspire Integrations packages untriaged New issue has not been triaged

Comments

@SirTimme
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Currently, Adminer is not supported. Adminer (https://www.adminer.org/) is a popular database explorer and im using it for all my projects where a database is involved. Adminer can handle multiple database provider like MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB which would be a great addition.

I found issue #1936 when searching, which already proposed adminer support but was unfortunately closed because phyMyAdmin was introduced.

Describe the solution you'd like

Since methods like .WithPgAdmin() and .WithPgWeb() already exist, i would propose a new .WithAdminer() method.

Additional context

No response

@davidfowl
Copy link
Member

See #2055

Why not adminer?
Adminer doesn't support very well multiple host configurations nor the docker internal host names very well in my testing.

The docker internal host problem might be gone now though.

@davidfowl davidfowl added the area-integrations Issues pertaining to Aspire Integrations packages label Jan 18, 2025
@SirTimme
Copy link
Author

Would Adminer be evaluated again to see if it should be supported?

@joperezr joperezr added the untriaged New issue has not been triaged label Jan 21, 2025
@sebastienros
Copy link
Member

This would be a great addition for the CommunityToolkit!
We would always be able to move it back to the core repos if this becomes a solution that becomes very popular.

https://github.com/CommunityToolkit/Aspire/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

4 participants