snowflake-sdk

v1.14.0
Node.js driver for Snowflake

lint:check

eslint && check-dts index.d.ts

lint:check:all

eslint lib samples system_test test && check-dts index.d.ts

lint:check:all:errorsOnly

npm run lint:check:all -- --quiet

lint:fix

eslint --fix

test

mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js

test:integration

mocha -timeout 180000 --recursive --full-trace test/integration/**/*.js test/integration/*.js

test:single

mocha -timeout 180000 --full-trace

test:system

mocha -timeout 180000 --recursive --full-trace system_test/*.js

test:unit

mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js

test:unit:coverage

nyc npm run test:unit

test:ci

mocha -timeout 180000 --recursive --full-trace test/**/*.js

test:ci:coverage

nyc npm run test:ci

test:ci:withSystemTests

mocha -timeout 180000 --recursive --full-trace test/**/*.js system_test/*.js

test:ci:withSystemTests:coverage

nyc npm run test:ci:withSystemTests

test:manual

mocha -timeout 180000 --full-trace --full-trace test/integration/testManualConnection.js
npm i snowflake-sdk

Metadata

  • Apache-2.0
  • Whatever
  • Snowflake Computing, Inc.
  • released 10/2/2024

Downloads