File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed
Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1+ ko_fi : exedealer
2+ custom : ['https://paypal.me/exedealer']
Original file line number Diff line number Diff line change 11# pgBlackboard
22
3- Web interface for PostgreSQL
3+ PostgreSQL web interface with no training wheels
44
5- - Multi-statement scripts
5+ - SQL-first, multi-statement scripts
6+ - Editable query results
67- PostGIS support
7- - Inplace data editing
88
9- ![ screenshot] ( . /screenshot.png)
9+ ![ screenshot] ( https://raw.githubusercontent.com/exedealer/pgblackboard/refs/heads/main /screenshot.png)
1010
11- # Docker image
11+ # Docker
1212
13- https://hub.docker.com/r/exedealer/pgblackboard
13+ [ Docker Hub repo ] ( https://hub.docker.com/r/exedealer/pgblackboard )
1414
15- ```
16- docker run -it --rm -p 7890:7890 exedealer/pgblackboard pgbb postgres://HOST:5432
15+ ``` sh
16+ docker run -it --rm -p 7890:7890 exedealer/pgblackboard \
17+ pgbb ' postgres://HOST:5432'
1718```
1819
1920``` yaml
2021services :
2122 pgbb :
2223 image : exedealer/pgblackboard
23- ports : [7890:7890]
24- command : [pgbb, postgres://HOST:5432]
24+ ports : [' 7890:7890' ]
25+ command : [pgbb, ' postgres://HOST:5432' ]
2526` ` `
27+
28+ # Sponsorship
29+
30+ If you find this project useful, consider supporting its development!
31+ Your contributions help maintain and improve the project.
32+
33+ [](https://paypal.me/exedealer)
34+
35+ [](https://ko-fi.com/exedealer)
You can’t perform that action at this time.
0 commit comments