{"id":20329334,"url":"https://github.com/ddev/ddev-adminer","last_synced_at":"2026-02-11T13:03:16.108Z","repository":{"id":37950067,"uuid":"468763817","full_name":"ddev/ddev-adminer","owner":"ddev","description":"Adminer web-based MySQL, MariaDB, PostgreSQL database browser for DDEV","archived":false,"fork":false,"pushed_at":"2026-01-20T17:50:33.000Z","size":156,"stargazers_count":17,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-21T02:40:31.969Z","etag":null,"topics":["ddev-get"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ddev"],"custom":["https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"]}},"created_at":"2022-03-11T13:36:22.000Z","updated_at":"2026-01-20T17:49:50.000Z","dependencies_parsed_at":"2024-03-28T11:27:35.765Z","dependency_job_id":"291be9e2-0a96-461a-83a4-038ffad0e023","html_url":"https://github.com/ddev/ddev-adminer","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":"ddev/ddev-addon-template","purl":"pkg:github/ddev/ddev-adminer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-adminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-adminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-adminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-adminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddev","download_url":"https://codeload.github.com/ddev/ddev-adminer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-adminer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddev-get"],"created_at":"2024-11-14T20:10:12.763Z","updated_at":"2026-02-11T13:03:16.103Z","avatar_url":"https://github.com/ddev.png","language":"Shell","funding_links":["https://github.com/sponsors/ddev","https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"],"categories":[],"sub_categories":[],"readme":"[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)\n[![tests](https://github.com/ddev/ddev-adminer/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ddev/ddev-adminer/actions/workflows/tests.yml?query=branch%3Amain)\n[![last commit](https://img.shields.io/github/last-commit/ddev/ddev-adminer)](https://github.com/ddev/ddev-adminer/commits)\n[![release](https://img.shields.io/github/v/release/ddev/ddev-adminer)](https://github.com/ddev/ddev-adminer/releases/latest)\n\n# DDEV Adminer\n\n## Overview\n\n[Adminer](https://www.adminer.org/) is a full-featured database management tool written in PHP.\n\nThis add-on integrates Adminer into your [DDEV](https://ddev.com/) project.\n\nAdminer works with MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, and MongoDB.\n\n## Installation\n\n```bash\nddev add-on get ddev/ddev-adminer\nddev restart\n```\n\nAfter installation, make sure to commit the `.ddev` directory to version control.\n\n## Usage\n\n| Command | Description |\n| ------- | ----------- |\n| `ddev adminer` | Open Adminer in your browser (`https://\u003cproject\u003e.ddev.site:9101`) |\n| `ddev describe` | View service status and used ports for Adminer |\n| `ddev logs -s adminer` | Check Adminer logs |\n\n### SQLite\n\nWhen connecting to an SQLite database, the project files are available under the `/mnt/ddev_app` mount, in the example below, `test.sqlite` is located in the project root:\n\n```bash\nddev dotenv set .ddev/.env.adminer \\\n    --adminer-default-driver=sqlite \\\n    --adminer-default-username=\"\" \\\n    --adminer-default-password=\"\" \\\n    --adminer-default-server=\"\" \\\n    --adminer-default-db=/mnt/ddev_app/test.sqlite\n```\n\nMake sure the owner of the SQLite database file is the same as the user which adminer is running as.\n\n## Advanced Customization\n\nTo change the design:\n\n```bash\n# design: https://www.adminer.org/en/#extras\nddev dotenv set .ddev/.env.adminer --adminer-design=dracula\nddev add-on get ddev/ddev-adminer\nddev restart\n```\n\nMake sure to commit the `.ddev/.env.adminer` file to version control.\n\nTo add more plugins:\n\n```bash\n# plugins: https://www.adminer.org/en/plugins/\nddev dotenv set .ddev/.env.adminer --adminer-plugins=\"ddev-passwordless-login tables-filter edit-calendar\"\nddev add-on get ddev/ddev-adminer\nddev restart\n```\n\nIf a plugin *requires* parameters, refer to the [official documentation](https://hub.docker.com/_/adminer) for more details.\n\nFor user-contributed plugins, see [example](https://github.com/ddev/ddev-adminer/issues/43).\n\nMake sure to commit the `.ddev/.env.adminer` file to version control.\n\nAll customization options (use with caution):\n\n| Variable | Flag | Default |\n| -------- | ---- | ------- |\n| `ADMINER_DEFAULT_DB` | `--adminer-default-db` | `db` |\n| `ADMINER_DEFAULT_DRIVER` | `--adminer-default-driver` | `server` |\n| `ADMINER_DEFAULT_PASSWORD` | `--adminer-default-password` | `db` |\n| `ADMINER_DEFAULT_USERNAME` | `--adminer-default-username` | `db` |\n| `ADMINER_DESIGN` | `--adminer-design` | `` |\n| `ADMINER_DOCKER_IMAGE` | `--adminer-docker-image` | `adminer:standalone` |\n| `ADMINER_PLUGINS` | `--adminer-plugins` | `ddev-passwordless-login tables-filter` |\n\n## Credits\n\n**Contributed by [@bserem](https://github.com/bserem)**\n\n**Maintained by the [DDEV team](https://ddev.com/support-ddev/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-adminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fddev-adminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-adminer/lists"}