You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebuilt binaries are now published with each release, so pie install iliaal/pdo_duckdb installs a ready-to-use extension with no local DuckDB library or build toolchain. Coverage: Linux glibc x86_64 and arm64, macOS Apple Silicon (arm64), and Windows x64 (thread-safe and non-thread-safe). PIE falls back to a source build when no prebuilt matches.
--with-pdo-duckdb-static=DIR configure mode, which statically links DuckDB's static-libs bundle into a self-contained extension (how the Linux and macOS prebuilts are built; the Windows package bundles duckdb.dll).