Package Exports
- msnodesqlv8
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (msnodesqlv8) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Note
This driver is branched from the Microsft node-sqlserver module. The MS team are working on an entirely new version and in the interim this version will be gradually improved to include new features.
Microsoft / Contributors Node V8 Driver for Node.js for SQL Server
This version includes stored procedure support for SQL Server
- supports input/output parameters.
- captures return code from stored procedure.
- will obtain meta data describing parameters.
- compatibe with Node 0.12.x
- includes 64 bit/ia32 precompiled libraries.
- npm package coming soon.
- new features to be made available over coming months.
Test
Included are a few unit tests. They require mocha, async, and assert to be installed via npm. Also, set the variables in test-config.js, then run the tests as follows:
cd test
node runtests.js