Sign inSign up

exedealer/pgblackboard

By exedealer

Updated 3 months ago

Postgres web interface for SQL geeks

Image
Developer tools
Databases & storage
1

4.0K

exedealer/pgblackboard repository overview

docker run -it --rm -p 7890:7890 exedealer/pgblackboard pgbb 'postgres://HOST:5432'
services:
  pgbb:
    image: exedealer/pgblackboard
    ports: ['7890:7890']
    command: [pgbb, 'postgres://HOST:5432']

pgBlackboard

Postgres web interface for SQL geeks

https://github.com/exedealer/pgblackboard

  • Write SQL in professional code editor
  • Run multi-query scripts
  • Stream results in real-time
  • Edit query results inline
  • Visualize PostGIS geometries

screenshot

Sponsorship

If you find this project useful, consider supporting its development! Your contributions help maintain and improve the project.

PayPal Ko-fi

Tag summary

Content type

Image

Digest

sha256:0b90e54a6

Size

8.8 MB

Last updated

3 months ago

docker pull exedealer/pgblackboard