The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP.
The CrateDB PDO Driver provides a PDO adapter to the HTTP interface of CrateDB. It allows you to use the standard PDO API when connecting to CrateDB from PHP applications.
The CrateDB PDO Driver is available as a Composer package. See the installation documentation for more information.
composer require crate/crate-pdo
The documentation for the crate-pdo package
is available at https://cratedb.com/docs/pdo/.
This project is primarily maintained by Crate.io, but community contributions are very much welcome. See the developer docs and the contribution docs for more information about how to get started and how to contribute. If you need a different support contact for contributions or requests other than GitHub, please choose one of our other support channels.