Windows Azure SDK for Node.js SQL Azure Provider

I want to connect to SQL Azure using Node.js SDK for Windows Azure but there are no tutorials about how to set it up. Does anybody know how I can talk to a SQL Azure DB using Node.js?

Thanks

We've released a preview version of the Microsoft Driver for Node.JS for SQL Server (and Windows Azure SQL Database a.k.a. SQL Azure) last week!

You can find it on Github: https://github.com/windowsazure/node-sqlserver/

Thanks,

Jonathan

There's a discussion about this topic, on this MSDN forum. Per Nate Totten's comment, there's no official driver, but there are a few community-driven ones on Joyent's github repo. I haven't been able to find any additional information about this.

Based on my experience, I would suggest if you really have to connect to SQL Azure, the following has comparatively richer implementation then any other:

https://github.com/cretz/node-tds