Skip to content
Patrik Simek edited this page Jun 17, 2016 · 16 revisions

Contributions are very welcome! I will happily accept your pull request if it:

  • has tests
  • looks reasonable
  • does not break backwards compatibility

## Compiling

To compile coffee sources, use:

npm run-script compile

Testing

First create configuration file test/.mssql.json with this content:

{
	"user": "...",
	"password": "...",
	"server": "localhost",
	"database": "master"
}

To run unit test, use:

npm test

To run specific integration tests, use:

npm run-script test-tedious
npm run-script test-msnodesqlv8
npm run-script test-msnodesql
npm run-script test-tds
npm run-script cli
Clone this wiki locally