Open abhijeetbhagat opened 3 years ago
@abhijeetbhagat do you still have the code for this as I'd love to see it
@abhijeetbhagat do you still have the code for this as I'd love to see it
hi @maxwellflitton ! i think i do. but let me check.
EDIT: oh, hang on. just saw my pr linked above. all code changes are in there. however, the changes were made in 2021 so ...
Hello! I am working on a wasm app that interacts with postgres using sqlx. For this, I added websocket support in sqlx and a ws-tcp proxy is needed between the wasm app and postgres. I have tested querying using websocat and it works.
My changes haven't been battle tested yet. However, I wanted to know if the community is interested in making such a feature part of sqlx. If so, I can raise a PR and have the changes reviewed and improved.