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
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']- COPY ... FROM STDIN support
- Geometry drawing
If you find this project useful, consider supporting its development! Your contributions help maintain and improve the project.
