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
Add --database-path and --mother-duck-token options to the create-duckdb
command to allow users to configure MotherDuck connections via the CLI.
Changes:
- Add --database-path flag to create-duckdb command (removed -d short
option to avoid conflict with global --debug flag)
- Add --mother-duck-token flag for MotherDuck API token
- Add additionalExtensions field to DuckDBConnectionOptions/Config
- Document MotherDuck usage in README with examples
Signed-off-by: James Swirhun <james@ms2.co>
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,39 @@ npx malloy-cli ...
15
15
```
16
16
17
17
Documentation is available on the [Malloy documentation website](https://malloydata.github.io/documentation/malloy_cli/index).
18
+
19
+
## MotherDuck Support
20
+
21
+
The CLI supports [MotherDuck](https://motherduck.com/) connections. To connect to MotherDuck, use a database path that starts with `md:` or `motherduck:`.
0 commit comments