Skip to content

Commit edba442

Browse files
beneboyclaude
andcommitted
feat: Add informix to DatabaseType enum
Informix is a standard relational SQL database (host/port/database/ user/password/schema), so it routes through the default DatabaseConnectionConfig like postgres, oracle, db2_luw and db2i — no dedicated connection config class or DB_TYPE_MAP entry needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4e5af9e commit edba442

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datamasque/client/models/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class DatabaseType(Enum):
4646
mongodb = "mongodb"
4747
databricks_lakebase = "databricks_lakebase"
4848
databricks = "databricks"
49+
informix = "informix"
4950

5051

5152
class SnowflakeStageLocation(str, Enum):

0 commit comments

Comments
 (0)