Skip to content

Commit e0df640

Browse files
committed
fix: Add Snowflake to DatabaseType enum for UI visibility
1 parent e94f62c commit e0df640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlit/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class DatabaseType(str, Enum):
113113
TURSO = "turso"
114114
D1 = "d1"
115115
FIREBIRD = "firebird"
116+
SNOWFLAKE = "snowflake"
116117

117118
else:
118119
DatabaseType = Enum("DatabaseType", {t.upper(): t for t in _get_supported_db_types()}) # type: ignore[misc]

0 commit comments

Comments
 (0)