I was expecting to see that someone ported jTDS (http://jtds.sourceforge.net/) to JavaScript. I have zero idea if something like Emscripten could be used for an effort like that, nor if it would be performant enough for use in a database scenario, but I think a pure JavaScript library would probably be useful to a wider audience.
Comments
I was expecting to see that someone ported jTDS (http://jtds.sourceforge.net/) to JavaScript. I have zero idea if something like Emscripten could be used for an effort like that, nor if it would be performant enough for use in a database scenario, but I think a pure JavaScript library would probably be useful to a wider audience.
http://github.com/pekim/tedious is a pure JavaScript implementation of (some of) the TDS protocol.
[Disclaimer: I'm the author.]