You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`adapter` (String) The adapter to use to establish the connection. Currently only `POSTGRES`and `MYSQL` are supported, but sql server is on the roadmap.
38
+
-`adapter` (String) The adapter to use to establish the connection. Currently only `POSTGRES`, `MYSQL`and `CLICKHOUSE` are supported.
39
39
-`credentials` (Attributes List) (see [below for nested schema](#nestedatt--credentials))
40
40
-`database` (String) The name of the database to connect to.
41
41
-`hostname` (String) The hostname for connecting to the database, either an ip or url.
MarkdownDescription: "The adapter to use to establish the connection. Currently only `POSTGRES`and `MYSQL` are supported, but sql server is on the roadmap.",
87
+
MarkdownDescription: "The adapter to use to establish the connection. Currently only `POSTGRES`, `MYSQL` and `CLICKHOUSE` are supported.",
0 commit comments