node-sqlserver-unofficial
node-sqlserver-unofficial copied to clipboard
An unofficial binary distribution of Microsoft's node-sqlserver driver, a node.js module to connect to MS/Azure SQL databases.
I think this is a temporary file from gvim. The next version should not have this (or any other of these) temp files.
Any idea if this will work with older Native Clients like 9 if the connection string is set up properly? I'm working with SQL Server 2005 and would really love...
Of course it is. Look ``` var sql = require('..'); ``` it should be `var sql = require('node-sqlserver-unofficial')`. Except that it doesn't work locally without an `npm install`. Hm.