404
The requested page could not be found.
Quick access
Installation
DuckDB is seamlessly integrated with major programming languages. It can be installed in less than 10 seconds on most platforms.
More installation optionscurl https://install.duckdb.org | sh
pip install duckdb
install.packages("duckdb")
<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<version>1.3.2.1</version>
</dependency>
npm install @duckdb/node-api
curl https://install.duckdb.org | sh
curl https://install.duckdb.org | sh
cargo add duckdb --features bundled
go get github.com/marcboeker/go-duckdb