Add support for adminer as a database explorer #7146
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
untriaged
New issue has not been triaged
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: