NAlexPear / pg_webtransport

Connect to Postgres databases directly from the browser using WebTransport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg_webtransport

Postgres over WebTransport from the Browser

TODO:

  • create a test page/script to run WebTransport in the browser
  • handle Postgres connection startup sequence messages
  • run connection startup sequence on the proxy instead of the client
  • package the Client into an interface that passes messages between JS and WASM efficiently
  • demo the secure version of this (NGINX + kratos cookie/session auth + X-Postgres-User header)

About

Connect to Postgres databases directly from the browser using WebTransport

License:MIT License


Languages

Language:Rust 95.9%Language:HTML 2.1%Language:Shell 2.0%