https://github.com/exedealer/pgblackboard
PostgreSQL web interface with no training wheels
https://github.com/exedealer/pgblackboard
pgadmin phppgadmin postgis postgres postgres-client postgresql-admin postgresql-client
Last synced: 4 months ago
JSON representation
PostgreSQL web interface with no training wheels
- Host: GitHub
- URL: https://github.com/exedealer/pgblackboard
- Owner: exedealer
- License: mit
- Created: 2014-04-30T16:38:04.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T17:16:40.000Z (5 months ago)
- Last Synced: 2026-01-09T01:03:02.489Z (5 months ago)
- Topics: pgadmin, phppgadmin, postgis, postgres, postgres-client, postgresql-admin, postgresql-client
- Language: JavaScript
- Homepage:
- Size: 19.3 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 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

# Docker
[Docker Hub repo](https://hub.docker.com/r/exedealer/pgblackboard)
```sh
docker run -it --rm -p 7890:7890 exedealer/pgblackboard \
pgbb 'postgres://HOST:5432'
```
```yaml
services:
pgbb:
image: exedealer/pgblackboard
ports: ['7890:7890']
command: [pgbb, 'postgres://HOST:5432']
```
# Roadmap
- [COPY ... FROM STDIN support](https://github.com/exedealer/pgblackboard/issues/54)
- Geometry drawing
# Sponsorship
If you find this project useful, consider supporting its development!
Your contributions help maintain and improve the project.
[](https://paypal.me/exedealer)
[](https://ko-fi.com/exedealer)