DuckDB In-Process Library

DuckDB ships as a library with first-class bindings for Python, R, Java (JDBC), Node.js, C/C++, Go, Rust, Swift, Julia, and the browser via DuckDB-Wasm. There is no network REST API; clients call DuckDB in-process. Extensions like httpfs allow DuckDB itself to act as an HTTP/S3 client.

API entry from apis.yml

apis.yml Raw ↑
aid: duckdb:duckdb-library
name: DuckDB In-Process Library
humanURL: https://duckdb.org/docs/
baseURL: in-process (no network endpoint)
tags:
- Embedded
- SQL
- Library
- Wasm
description: DuckDB ships as a library with first-class bindings for Python, R, Java (JDBC), Node.js,
  C/C++, Go, Rust, Swift, Julia, and the browser via DuckDB-Wasm. There is no network REST API; clients
  call DuckDB in-process. Extensions like httpfs allow DuckDB itself to act as an HTTP/S3 client.
properties:
- type: Documentation
  url: https://duckdb.org/docs/
- type: SourceCode
  url: https://github.com/duckdb/duckdb
- type: License
  url: https://github.com/duckdb/duckdb/blob/main/LICENSE
- type: SDK
  title: Python
  url: https://duckdb.org/docs/api/python/overview
- type: SDK
  title: Node.js
  url: https://duckdb.org/docs/api/nodejs/overview
- type: SDK
  title: Wasm
  url: https://duckdb.org/docs/api/wasm/overview