Pdo_duckdb Alternatives
Similar projects and alternatives to pdo_duckdb
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
cctx
Diagnose Claude Code sessions and OpenTelemetry agent traces: cost, failures, and CLAUDE.md fixes. (by jacquardlabs)
-
extension-template
Template for DuckDB extensions to help you develop, test and deploy a custom extension (by duckdb)
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better pdo_duckdb alternative or higher similarity.
pdo_duckdb discussion
pdo_duckdb reviews and mentions
Posts with mentions or reviews of pdo_duckdb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-19.
-
pdo_duckdb: DuckDB for PHP, Behind the PDO API You Already Know
The part that actually cost me a release was the link line. DuckDB ships as a C++ library with a C API bolted on top. The driver is C. The prebuilt Linux binary in 0.2.0 loaded fine on my machine and then died on a clean host with undefined symbol: _ZTVN10__cxxabiv120__function_type_infoE, the vtable for a C++ ABI type that was supposed to be baked into the binary. The bundled DuckDB C++ runtime was never getting statically linked, because the gcc C driver silently ignores -static-libstdc++, a flag it treats as g++-only. So the module quietly depended on a libstdc++ the target box didn't ship. 0.2.1 links the static libstdc++ and libgcc_eh in explicitly, and the Linux binary is genuinely self-contained now. macOS and Windows were never affected, which is its own special way to lose an afternoon chasing the wrong platform.
- DuckDB Internals: Why Is DuckDB Fast? (Part 1)
Stats
Basic pdo_duckdb repo stats
2
14
8.4
7 days ago
iliaal/pdo_duckdb is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of pdo_duckdb is PHP.