High-performance in-process analytical database system
The package DuckDB provides CMake targets:
find_package(DuckDB CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:duckdb>,duckdb,duckdb_static>)
Statically link the autocomplete extension into DuckDB
Statically link the httpfs extension into DuckDB
Statically link the icu extension into DuckDB
Statically link the json extension into DuckDB
Statically link the tpcds extension into DuckDB
Statically link the tpch extension into DuckDB
v1.2.0#0
!(uwp | android | (windows & arm64))
MIT
Manifest