Skip to content

GLKSA/node-sqlserver-compiled

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiled SQL Server driver

This is a convenience package providing simplified access to msnodesql-0.2.1-v0.6-ia32.msi obtainable from MS Downloads. This means:

  • It works with 0.6.x version of Node.js.
  • Node.js has to be 32bit (x86).
  • The bitness of the OS doesn't matter - this package will work on both Windows x86 and x64.

Background info

This is a helper package that provides compiled version of the standard msnodesql package. The original package is meant to be compiled locally using Python, Visual C++ etc. This package provides compiled binaries that can be referenced from package.json directly.

Only the necessary files are kept so folders like src and test are not included.

Usage

Use it in a Node.js project by including this in the dependies section of package.json:

"dependencies" : {
    // ...
    "node-sqlserver": "https://github.com/agilio/node-sqlserver-compiled/tarball/master",
    // ...
}

About

Like node-sqlserver but compiled (no need to have Python, Visual C++ etc. on a PC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published