Skip to content

exedealer/pgblackboard

Repository files navigation

pgBlackboard

Postgres web interface for SQL geeks

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

screenshot

Docker

Docker Hub repo

Docker Image Size (tag)

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']

Roadmap

Sponsorship

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

PayPal Ko-fi

About

Postgres web interface for SQL geeks

Topics

Resources

License

Stars

9 stars

Watchers

2 watching

Forks

Sponsor this project

Contributors