MotherDuck Extension
The motherduck extension allows connecting to MotherDuck, a cloud data warehouse built on DuckDB.
Installing and Loading
The motherduck extension will be transparently autoinstalled and autoloaded on first use from the official extension repository.
If you would like to install and load it manually, you can use the motherduck extension name or the md shorthand:
INSTALL md;LOAD md;Usage
You can connect to MotherDuck by executing the following command:
ATTACH 'md:';Platforms
The motherduck extension supports the following platforms:
linux_amd64linux_arm64osx_amd64osx_arm64windows_amd64
The windows_arm64 platform is currently not supported.
MotherDuck Documentation
For more details, see the MotherDuck documentation.