Skip to content

Async database abstraction layer

This project provides DBAL for blrf/orm to use with any ReactPHP project. Full example project using Framework X is available on Orm bookstore example GitHub repository.

Install

Use Composer to install blrf/dbal package.

composer install blrf/dbal

See Quickstart for quick example.

Drivers

Currently these drivers are directly supported:

See Config on how to use the drivers.

Query builder

See Query builder on how to construct and run queries.