Node.js Driver¶
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. See Releases for more information. The supported versions are:
v12
v14
v16
v17
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: