# pgAdmin Browser-based management tool for [PostgreSQL]. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR
Setup ```sh brew install --cask 'pgadmin4' docker pull 'dpage/pgadmin4' ```
## Further readings - [PostgreSQL] - [Website] - [Codebase] ### Sources - [Documentation] [PostgreSQL]: README.md [codebase]: https://github.com/pgadmin-org/pgadmin4 [documentation]: https://www.pgadmin.org/docs/ [website]: https://www.pgadmin.org/