Skip to content

Commit

Permalink
docs: Add tip to DuckDB-WASM from duckdb package page. (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jan 30, 2024
1 parent bf69a3d commit db8d2f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/duckdb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The Mosaic `duckdb` package provides facilities for running DuckDB from Node.js and handling query requests over a network connection.

::: tip
This package runs a server-side DuckDB instance in Node.js. If instead you want to connect to DuckDB-WASM in a browser, skip this package and look at the [WASM connector](/api/connectors#wasmConnector) provided by the `mosaic-core` package.
:::

## DuckDB API

The `DuckDB` class is a Promise-based Node.js API for interfacing with DuckDB,
Expand Down

0 comments on commit db8d2f3

Please sign in to comment.