Skip to content

PostgreSQL IDE

GradedJestRisk edited this page Feb 14, 2024 · 1 revision

Table of Contents

PgAdmin

Install

From official doc

Use a container

docker pull dpage/pgadmin4
docker run -p 80:80 \
    -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' \
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
    -d dpage/pgadmin4

Setup

Create connection. If you've got an error message, after double-checking what you typed, make you enables access from outside in pg.

OmniDB

PG

Write and debug