mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
18 lines
236 B
Markdown
18 lines
236 B
Markdown
|
# connect-backend-go
|
||
|
|
||
|
Example Golang backend for Pgweb Connect feature
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Run the backend:
|
||
|
|
||
|
```bash
|
||
|
go run main.go
|
||
|
```
|
||
|
|
||
|
Configure pgweb:
|
||
|
|
||
|
```bash
|
||
|
pgweb --sessions --connect-backend=http://localhost:4567 --connect-token=test
|
||
|
```
|