DuckDB website screenshot

DuckDB

DuckDB is an in-process, MIT-licensed analytical SQL database with no external dependencies. It runs as a library embedded in the host application (CLI, Python, Node.js, R, Java/JDBC, Go, Wasm, etc.) and does not expose a network REST API.

1 APIs 0 Features
DatabaseAnalyticsOLAPEmbeddedOpen Source

APIs

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...

Pricing Plans

Duckdb Plans Pricing

3 plans

PLANS

Rate Limits

Duckdb Rate Limits

5 limits

RATE LIMITS

FinOps

Duckdb Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
💻
SourceCode
SourceCode
🔗
Foundation
Foundation
🔗
MotherDuck (cloud DuckDB)
CommercialOffering
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

apis.yml Raw ↑
aid: duckdb
url: https://raw.githubusercontent.com/api-evangelist/duckdb/refs/heads/main/apis.yml
name: DuckDB
kind: opensource
description: DuckDB is an in-process, MIT-licensed analytical SQL database with no external dependencies. It runs as a library
  embedded in the host application (CLI, Python, Node.js, R, Java/JDBC, Go, Wasm, etc.) and does not expose a network REST
  API.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Database
- Analytics
- OLAP
- Embedded
- Open Source
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
- 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: SDKs
    title: Python
    url: https://duckdb.org/docs/api/python/overview
  - type: SDKs
    title: Node.js
    url: https://duckdb.org/docs/api/nodejs/overview
  - type: SDKs
    title: Wasm
    url: https://duckdb.org/docs/api/wasm/overview
common:
- type: LinkedIn
  url: https://www.linkedin.com/company/duckdb
- type: Website
  url: https://duckdb.org/
- type: Portal
  url: https://duckdb.org/docs/
- type: SourceCode
  url: https://github.com/duckdb/duckdb
- type: Foundation
  url: https://duckdb.org/foundation/
- type: CommercialOffering
  title: MotherDuck (cloud DuckDB)
  url: https://motherduck.com/
- type: Plans
  url: plans/duckdb-plans-pricing.yml
- type: RateLimits
  url: rate-limits/duckdb-rate-limits.yml
- type: FinOps
  url: finops/duckdb-finops.yml
- type: Integrations
  url: https://duckdb.org/ecosystem/
- type: LlmsText
  url: https://duckdb.org/llms.txt
integrations:
- name: DuckDB Logo for Download
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com