Skip to content

Postgres web interface for SQL geeks

License

Notifications You must be signed in to change notification settings

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

screenshot

Docker

Docker Hub repo

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

Watchers

Forks

Sponsor this project

Languages