pdo_duckdb

PDO driver for DuckDB, the in-process analytical database. (by iliaal)

Pdo_duckdb Alternatives

Similar projects and alternatives to pdo_duckdb

  1. DuckDB

    DuckDB is an analytical in-process SQL database management system

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. pie

    8 pdo_duckdb VS pie

    🥧 The PHP Installer for Extensions (by php)

  4. cctx

    Diagnose Claude Code sessions and OpenTelemetry agent traces: cost, failures, and CLAUDE.md fixes. (by jacquardlabs)

  5. 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

Log in or Post with

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
    2 projects | dev.to | 19 Jun 2026
    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)
    4 projects | news.ycombinator.com | 18 Jun 2026

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.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that PHP is
the 14th most popular programming language
based on number of references?