A GUI to query & manage postgres databases.
Written in GPUI and GPUI Component
For now, any connections stored in <HOME_DIR>/.pgui/connections.json
will be picked up.
Example:
[
{
"id": 1,
"name": "TEST",
"hostname": "localhost",
"port": 5432,
"database": "test",
"username": "test",
"password": "test"
}
]
As of 2025-07-30:
See Mac App Build for building locally on MacOS