Skip to content

ddev/ddev-adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 21, 2022
77a2dbe · Mar 21, 2022

History

4 Commits
Mar 11, 2022
Mar 11, 2022
Mar 21, 2022
Mar 11, 2022
Mar 21, 2022
Mar 21, 2022
Mar 21, 2022

Repository files navigation

tests project is maintained

DDEV Adminer Service

What is this?

This repository allows you to quickly install Adminer database manager into a Ddev project using just ddev get bserem/ddev-adminer.

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB, SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin).

This service currently ships the default adminer package with no external plugins.

Installation

  • ddev get drud/ddev-memcached && ddev restart

Caveats

  • You need to pass database credentials manually for the time being. If you have any ideas on how to overcome this issue please let me know. Default ddev database credentials are: user db, pass db, database db.

Contributed and maintained by @bserem.