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.
See Quickstart for quick example.
Drivers¶
Currently these drivers are directly supported:
- MySql: using ReactPHP Mysql
See Config on how to use the drivers.
Query builder¶
See Query builder on how to construct and run queries.