Is there any way i can get my Node.js app to communicate with Microsoft SQL? I havent seen any MS SQL drivers out there in the wild?
Im putting a very simple app together and need to be able to communicate with an existing MS SQL database (otherwise i would have gone with mongoDB or Redis)
