crate / crate-dbal
Doctrine Database Abstraction Layer (DBAL) adapter for CrateDB
Installs: 46 357
Dependents: 1
Suggesters: 0
Security: 0
Stars: 16
Watchers: 38
Forks: 10
Open Issues: 12
pkg:composer/crate/crate-dbal
Requires
- php: ^8.0|^8.1|^8.2|^8.3|^8.4|^8.5
- ext-pdo: *
- crate/crate-pdo: ^2.2.4
- doctrine/dbal: ^3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.89
- phpunit/phpunit: ^9.0
- dev-main
- 5.0.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.0
- 0.3.x-dev
- 0.3.1
- 0.3.0
- 0.2.x-dev
- 0.2.1
- 0.2.0
- 0.1.x-dev
- 0.1.1
- 0.1.0
- 0.0.x-dev
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-readme
- dev-dbal4
- dev-server-platform
- dev-amo/doctrine3
- dev-pdo-next
- dev-amo/php8
- dev-nomi/upgrade-sphinx
- dev-s/not-null
- dev-s/column-default
- dev-s/prepare-2.0.0
- dev-mkleen/travis_nightly
- dev-cc/snow-sprint
- dev-doctrine-guide-scripts
- dev-schematest
This package is auto-updated.
Last update: 2025-11-26 19:51:22 UTC
README
DBAL is a PHP database abstraction layer that comes with database schema introspection, schema management, and PDO abstraction.
The CrateDB DBAL Driver is an implementation of the DBAL abstraction layer for CrateDB.
Installation
The CrateDB PDO Driver is available as a Composer package. See the installation documentation for more information.
composer require crate/crate-dbal
Documentation
The documentation for the crate-dbal package
is available at https://cratedb.com/docs/dbal/.
Contributing
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.