# DuckDB Node Bindings

[Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview).

See [@duckdb/node-api](https://www.npmjs.com/package/@duckdb/node-api) for a high-level API built on these low-level bindings.

### Supported Platforms

- Linux arm64
- Linux x64
- Mac OS X (Darwin) arm64 (Apple Silicon)
- Mac OS X (Darwin) x64 (Intel)
- Windows (Win32) x64
