404 — Page not found
Quick access
Installation
DuckDB is seamlessly integrated with major programming languages. It can be installed in less than 20 seconds on most platforms.
More installation optionsbrew install duckdbpip install duckdbinstall.packages("duckdb")<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<version>1.1.3</version>
</dependency>npm install @duckdb/node-apibrew install duckdbwinget install DuckDB.clicargo add duckdb --features bundledgo get github.com/marcboeker/go-duckdb