socketio / socket.io-postgres-adapter

The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers
https://socket.io
MIT License
24 stars 8 forks source link

Will this adapter work with MS SQL Server ? #9

Closed gsRatti1 closed 1 year ago

gsRatti1 commented 1 year ago

Hello,

I need to use a socket io adapeter with MS SQL Server as persistent layer. Can this adapter work for MS SQL Server or would I need to write my own adapter ?

What other options do I have for MS SQL Server ?

darrachequesne commented 1 year ago

No, unfortunately this adapter is not compatible with MS SQL Server.

We could create one official adapter though, if there is enough interest.