LLMS Central - The Robots.txt for AI

duckdb.org

Last updated: 11/25/2025valid

Independent Directory - Important Information

This llms.txt file was publicly accessible and retrieved from duckdb.org. LLMS Central does not claim ownership of this content and hosts it for informational purposes only to help AI systems discover and respect website policies.

This listing is not an endorsement by duckdb.org and they have not sponsored this page. We are an independent directory service with no affiliation to the listed domain.

Copyright & Terms: Users should respect the original terms of service of duckdb.org. If you believe there is a copyright or terms of service violation, please contact us at support@llmscentral.com for prompt removal. Domain owners can also claim their listing.

Current llms.txt Content

# DuckDB

> DuckDB is an in-process analytical database management system. DuckDB supports SQL and offers clients in popular programming languages such as Python, Java, Node.js, Rust and Go. DuckDB is used as a universal data wrangling tool for data science and data engineering use cases. DuckDB is highly portable and it also runs in web browsers, on smartphones, etc.

Things to remember when using DuckDB:

- DuckDB uses a PostgreSQL-compatible SQL language. All DuckDB clients use the same SQL language.
- DuckDB can load data from popular formats, including CSV, JSON and Parquet. DuckDB can also directly run queries on CSV, JSON and Parquet files.
- DuckDB supports persistent storage but can also run in in-memory mode. The in-memory mode is useful when analyzing small data sets or doing data transformation steps.
- When loading large chunks of data, use the [`SET preserve_insertion_order = false;` configuration setting](https://duckdb.org/docs/stable/sql/dialect/order_preservation) to speed up the loading process and reduce the memory load. When using DuckDB in combination with dataframe libraries such as pandas, turn this mode back on after loading by issuing `SET preserve_insertion_order = false;`.
- DuckDB supports data lake formats such as [Delta Lake](https://duckdb.org/docs/stable/core_extensions/delta), [Iceberg](https://duckdb.org/docs/stable/core_extensions/iceberg/overview) and [DuckLake](https://duckdb.org/docs/stable/core_extensions/ducklake).
- If a workload requires concurrent write access by multiple DuckDB clients, consider using [DuckLake](https://duckdb.org/docs/stable/core_extensions/ducklake).

## Clients

- [List of DuckDB clients](https://duckdb.org/docs/stable/clients/overview)
- [Command Line Interface](https://duckdb.org/docs/stable/clients/cli/overview)
- [Go](https://duckdb.org/docs/stable/clients/go)
- [Node.js](https://duckdb.org/docs/stable/clients/node_neo/overview)
- [Python](https://duckdb.org/docs/stable/clients/python/overview)
- [R](https://duckdb.org/docs/stable/clients/r)
- [Rust](https://duckdb.org/docs/stable/clients/rust)

## Extensions

- DuckDB has a powerful [extension mechanism](https://duckdb.org/docs/stable/core_extensions/overview) that allows loading additional features to DuckDB.

## Examples

- [Analyzing Railway Traffic in the Netherlands](https://duckdb.org/2024-05-31-analyzing-railway-traffic-in-the-netherlands): Demonstrates some of DuckDB's key features, including querying different file formats, connecting to remote endpoints, and using advanced SQL features.
- [Fully Local Data Transformation with dbt and DuckDB](https://duckdb.org/2025-04-04-dbt-duckdb): Shows implementing data transformation and reverse ETL pipelines with DuckDB and dbt using the dbt-duckdb adapter.
- [Using DuckDB in Streamlit](https://duckdb.org/2025-03-28-using-duckdb-in-streamlit): Demonstrates the integration of DuckDB and Streamlit, including the database connection management, the DuckDB Python relational API and responsiveness in interactive map charts.

## Optional

- [Awesome DuckDB](https://raw.githubusercontent.com/davidgasquez/awesome-duckdb/refs/heads/main/README.md): A curated list of projects using DuckDB, resources for using DuckDB.
- [tldr pages entry for `duckdb`](https://raw.githubusercontent.com/tldr-pages/tldr/refs/heads/main/pages/common/duckdb.md): Short help page for the DuckDB command line client.

Version History

Version 111/25/2025, 6:01:46 PMvalid
3411 bytes

Categories

docs

Visit Website

Explore the original website and see their AI training policy in action.

Visit duckdb.org

Content Types

pagesapi

Recent Access

/duckdb.org/llms.txt

12/1/2025, 12:07:14 AM

API Access

Canonical URL:
https://llmscentral.com/duckdb.org/llms.txt
API Endpoint:
/api/llms?domain=duckdb.org