pgweb/config/examples/connect_backend_ruby
dependabot[bot] 79bd9c2f4e
Bump rack from 2.2.4 to 2.2.6.2 in /config/examples/connect_backend_ruby (#637)
Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.6.2.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.2.4...v2.2.6.2)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 20:09:55 -06:00
..
config.ru Include example backend implementation for the connect feature 2022-12-01 16:31:02 -06:00
Gemfile Include example backend implementation for the connect feature 2022-12-01 16:31:02 -06:00
Gemfile.lock Bump rack from 2.2.4 to 2.2.6.2 in /config/examples/connect_backend_ruby (#637) 2023-01-18 20:09:55 -06:00
main.rb Include example backend implementation for the connect feature 2022-12-01 16:31:02 -06:00
README.md Include example backend implementation for the connect feature 2022-12-01 16:31:02 -06:00

connect-backend-ruby

Example Ruby backend for Pgweb Connect feature

Usage

Install and run the backend:

bundle install
ruby main.rb

Configure pgweb:

pgweb --sessions --connect-backend=http://localhost:4567 --connect-token=test