@sqlrooms/motherduck
MotherDuck is a managed DuckDB-in-the-cloud service that enables you to run DuckDB queries both in your browser and in the cloud.
This package exposes a createWasmMotherDuckDbConnector
function, which allows SQLRooms to connect to MotherDuck. The connector is implemented using the @motherduck/wasm-client
library which is a customized version of @duckdb/duckdb-wasm
capable of querying MotherDuck datasets in the cloud from the browser.
Example
See MotherDuck Cloud Query Editor
for a usage example.