node-sqlserver-unofficial icon indicating copy to clipboard operation
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.

Results 3 node-sqlserver-unofficial issues
Sort by recently updated
recently updated
newest added

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.

bug