The modern web interface for querying, monitoring, and managing your account. Accessible at https://<account>.snowflakecomputing.com.
# Install SnowSQL
snowsql -a my_account -u my_user
snowsql> SELECT CURRENT_VERSION();
| Language | Driver |
|---|---|
| Python | snowflake-connector-python |
| Java | snowflake-jdbc |
| Node.js | snowflake-sdk |
Snowflake provides SQL REST API and SDKs for programmatic access.
SELECT CURRENT_REGION(), CURRENT_ACCOUNT().