I am trying to interact with my database directly using Cloudflare workers, but the database drivers require WebSocket connection, is possible to do this via Cloudflare worker? I tried to use some nodejs libraries but they don’t seem to work.
Thanks for looking it up, the official library for javascript does indeed use web sockets to interact using the graph API unfortunately. Although I did try compiling that to see if it would work.
The library you linked uses java library underneath which itself will probably connect using sockets, so don’t think that would run on Cloudflare worker
Yeah, I just can’t get used to Microsoft documentation, it’s always “too much”. I’ve worked quite a lot with Microsoft Dynamics NAV and their SOAP docs where quite the mood killers