Skip to content

Doctrine Database Access Layer for Crate.IO

License

Notifications You must be signed in to change notification settings

crate/crate-dbal

Repository files navigation

CrateDB DBAL Driver

Build status (code) Build status (documentation) Coverage Quality Latest stable version Supported PHP versions Monthly downloads License

The CrateDB DBAL driver is an implementation of the DBAL abstraction layer for CrateDB.

DBAL is a PHP database abstraction layer that comes with database schema introspection, schema management, and PDO abstraction.

Prerequisites

You need to be using PHP and Composer.

Installation

The CrateDB PDO adapter is available as a Composer package. Install it like:

composer require crate/crate-dbal

See the installation documentation for more info.

Contributing

This project is primarily maintained by Crate.io, but we welcome community contributions!

See the developer docs and the contribution docs for more information.

Help

Looking for more help?