Skip to content

0.2.0

Choose a tag to compare

@iliaal iliaal released this 18 Jun 18:53
· 5 commits to master since this release
0.2.0
f10795a

Added

  • 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).