Skip to content

Commit 4f8b2fa

Browse files
committed
add paypal and kofi
1 parent 374daef commit 4f8b2fa

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

.github/funding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: exedealer
2+
custom: ['https://paypal.me/exedealer']

readme.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,36 @@
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
2021
services:
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+
[![PayPal](https://img.shields.io/badge/paypal-donate-blue?logo=paypal&logoColor=white&style=for-the-badge)](https://paypal.me/exedealer)
34+
35+
[![Ko-fi](https://img.shields.io/badge/ko--fi-donate-blue?logo=ko-fi&logoColor=white&style=for-the-badge
36+
)](https://ko-fi.com/exedealer)

0 commit comments

Comments
 (0)