duckdb v1.2.0
- Created
- Updated
High-performance in-process analytical database system
# Usage
The package DuckDB provides CMake targets:
find_package(DuckDB CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:duckdb>,duckdb,duckdb_static>)
# License
# Supported Platforms
!(uwp | android | (windows & arm64))
- ✅ linux
- ✅ osx
- ✅ windows-x64
- ✅ windows-x86
- ❌
uwp - ❌
windows-arm64
# Features
No default features set.
# autocomplete
Statically link the autocomplete extension into DuckDB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# httpfs
Statically link the httpfs extension into DuckDB
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by openssl )
- vcpkg-cmake-config (by openssl )
- vcpkg-cmake-get-vars (by openssl )
# icu
Statically link the icu extension into DuckDB
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by 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 Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Matthias Kuhn