Include example backend implementation for the connect feature

This commit is contained in:
Dan Sosedoff
2022-12-01 16:31:02 -06:00
parent 6c3bd96606
commit 9b8cbb05e3
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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
```