710 B
710 B
| display_name | description | icon | maintainer_github | verified | tags | ||||
|---|---|---|---|---|---|---|---|---|---|
| pgAdmin | A web-based interface for managing PostgreSQL databases in your Coder workspace. | ../../../../.icons/pgadmin.svg | AJ0070 | false |
|
pgAdmin
This module adds a pgAdmin app to your Coder workspace, providing a powerful web-based interface for managing PostgreSQL databases.
It can be served on a Coder subdomain for easy access, or on localhost if you prefer to use port-forwarding.
module "pgadmin" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/AJ0070/pgadmin/coder"
version = "1.0.1"
agent_id = coder_agent.main.id
}