PostgreSQL Graphical User Interface (GUI)
- Dominant language
- JavaScript
- Stars
- 346
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Today I learned about "DBeaver". (_thanks to @Danwhy_!)
it's an Open Source Database GUI that supports PostgreSQL and has _several_ nice features!
see: https://github.com/dbeaver/dbeaver and https://dbeaver.jkiss.org/docs/features
I _particularly_ like the Schema (Table Relationships) Viewer:

Which allowed us to visualise the schema of our DB and show it to the rest of the team
_without_ having to _manually_ "draw" it ourselves!
Download the "free" (Community) version: https://dbeaver.jkiss.org/download
> It was "_hidden_" on this list: https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
but we never _noticed_ it before, so thanks Dan for demo-ing it to us! ❤️
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.