Skip to content

stormasm/pgui

 
 

Repository files navigation

PGUI

A GUI to query & manage postgres databases.

Written in GPUI and GPUI Component

Saved Connections

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:

screengrab

See Mac App Build for building locally on MacOS

About

zed gpui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.2%
  • Shell 5.8%