sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

sqlx + wasm

Open abhijeetbhagat opened this issue 4 years ago • 2 comments

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.

abhijeetbhagat avatar Mar 31 '21 18:03 abhijeetbhagat

@abhijeetbhagat do you still have the code for this as I'd love to see it

maxwellflitton avatar Apr 26 '24 22:04 maxwellflitton

@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 ...

abhijeetbhagat avatar Apr 29 '24 20:04 abhijeetbhagat