From ff9e9583168546cd1d065d9a0dd9f2e87b50e55e Mon Sep 17 00:00:00 2001 From: Kyle Foreman Date: Wed, 27 Feb 2019 11:48:44 -0800 Subject: [PATCH] add Snowflake to list of supported databases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75119b1..fc3e29a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SQLTools will save you (for sure) a lot of time and help you to increase your pr ## Features -* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird +* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird, and Snowflake * Smart completions (except SQLite) * Run SQL Queries   CTRL+e, CTRL+e ![Auto complete and run SQL queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)