mobileservice-sqlserver
v0.2.2
Published
A custom version of the msnodesql package, designed for usage from Azure Mobile Services
Downloads
15
Readme
mobileservices-sqlserver
This is a slightly modified version of the Microsoft Driver for Node.js for SQL Server, designed for usage from Azure Mobile Services. Specifically, it:
- maintains backwards compatibility as the driver was first included in Mobile Services as 'sqlserver', and so there is still code in the wild doing
require('sqlserver')
. - includes prebuilt binaries for node 0.6.x, 0.8.x and 0.10.x, so no additional build steps or MSI installations are required.