crate / crate-dbal

Doctrine Database Access Layer for Crate.IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

Doctrine Database Access Layer for Crate.IO

License:Apache License 2.0


Languages

Language:PHP 97.8%Language:Shell 2.2%