duckdbv1.4.4
- Updated
High-performance in-process analytical database system
- Project website: https://duckdb.org
#Usage
duckdb provides CMake targets:
find_package(DuckDB CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:duckdb>,duckdb,duckdb_static>)#License
Not declared in the port manifest
#Features
No default features.
#autocomplete
Statically link the autocomplete extension into DuckDB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#excel
Statically link the excel extension into DuckDB
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through expat)
- vcpkg-cmake-config (through expat)
#httpfs
Statically link the httpfs extension into DuckDB
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through curl)
- vcpkg-cmake-config (through curl)
- vcpkg-cmake-get-vars (through openssl)
#iceberg
Statically link the iceberg extension into DuckDB
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through roaring)
- vcpkg-cmake-config (through roaring)
#icu
Statically link the icu extension into DuckDB
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-get-vars (through icu)
- vcpkg-make (through icu)
#json
Statically link the json extension into DuckDB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#tpcds
Statically link the tpcds extension into DuckDB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#tpch
Statically link the tpch extension into DuckDB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
Matthias Kuhn
toge
autoantwort
Kai Pastor
Billy O'Neal