1. Home
  2. Browse
  3. duckdb

duckdb

v1.4.1#2Go to latest

High-performance in-process analytical database system

Install

Run the following Vcpkg command to install the port.

vcpkg install duckdb

Usage

duckdb provides CMake targets:

find_package(DuckDB CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:duckdb>,duckdb,duckdb_static>)

Features

Dependencies

See source

Version

v1.4.1#2

Publication

Supports

!uwp

Homepage

duckdb.org

Subtree

b02375dfc0

License

Complex license

Definition

Manifest