snowflake-sdk-minify
v1.6.20
Published
Node.js driver for Snowflake
Downloads
2
Readme
NodeJS Driver for Snowflake
| :exclamation: | For production-affecting issues related to the driver, please create a case with Snowflake Support. | |---------------|:------------------------|
Install
Include snowflake-sdk
in dependencies
section in package.json
And run the npm install
Docs
For detailed documentation and basic usage examples, please see the documentation at NodeJS Driver for Snowflake.
Test
Prepare for Test
Set the Snowflake connection info in parameters.json
and place it in $HOME:
Run Tests
To specify which test to run, change the "test" value on "package.json":
To run all unit test:
Package
The npm package can be built by the command:
Note it is not required to build a package to run tests blow.
Development
Reformat Source code
Use WebStorm code style file to format the source code.