Node.js DriverΒΆ
Note
This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support.
Written in pure JavaScript, the Node.js driver provides a native asynchronous Node.js interface to Snowflake.
For more information about Node.js, see nodejs.org.
The driver supports the versions of Node.js supported by the Node.js Foundation. The driver supports the following Node.js versions:
v14
v16
v17
v18
v20
See the driver release timeline for more information.
The typical workflow for using the driver is:
Establish a connection with Snowflake.
Execute statements, e.g. queries and DDL/DML commands.
Consume the results.
Terminate the connection.
Important
To upload and download files from a Snowflake stage, you must use the following minimum versions of the driver:
Next topics: