Serverless Compute
Query MotherDuck from serverless functions and edge runtimes using the Postgres endpoint. Because these environments can't run native DuckDB bindings, the Postgres wire protocol provides a thin-client path to MotherDuck with no DuckDB dependencies.
Cloudflare Workers
Cloudflare Workers is an edge compute platform for running serverless functions globally. Workers can connect to MotherDuck through the Postgres endpoint using the pg npm package.