See docker-compose.yml
and https://github.com/khezen/compose-postgres
Run docker compose up -d
Using Docker and PGAdmin4
# pulling an image
docker pull dpage/pgadmin4
# run as container
docker run -p $HOST_PORT:80 \
-e 'PGADMIN_DEFAULT_EMAIL=$ADMIN_EMAIL' \
-e 'PGADMIN_DEFAULT_PASSWORD=$SECRET' \
--name pgadmin \
-d dpage/pgadmin4
How to Install: brew install postgresql
Setup: follow this instruction.
docker run -it --rm \
-p 8080:8080 \
-v $(pwd)/tmpdb/:/data \
-e SQLITE_DATABASE=db_hello.db \
coleifer/sqlite-web
How to Install: brew install mysql
Tool: SequelPro
How to Install: brew cask install sequel-pro