Connecting to a remote Microsoft SQL server from Node.js

A Wizard Did It picture A Wizard Did It · Jan 18, 2011 · Viewed 22.7k times · Source

I was wondering if anyone was aware of a way to connect to a Microsoft SQL database from Node.js. I'm aware of the MySQL drivers, but I have data that I need to pull from a MS SQL database and would rather pull directly from Node.js rather than hack a PHP script of some sort in place.

Answer