PHPackages                             blrf/dbal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. blrf/dbal

ActiveLibrary[Database &amp; ORM](/categories/database)

blrf/dbal
=========

Async DBAL for ReactPHP.

v1.0.5(9mo ago)3184MITPHPPHP &gt;=8.1.0CI passing

Since Apr 10Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/dmarkic/dbal)[ Packagist](https://packagist.org/packages/blrf/dbal)[ RSS](/packages/blrf-dbal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Async DBAL
==========

[](#async-dbal)

[![CI status](https://github.com/dmarkic/dbal/actions/workflows/ci.yml/badge.svg)](https://github.com/dmarkic/dbal/actions)

Async database abstraction layer for [ReactPHP](https://reactphp.org/).

Full example is available in [Bookstore respository](https://github.com/dmarkic/orm-bookstore-example). Bookstore example uses [blrf/dbal](https://github.com/dmarkic/dbal), [blrf/orm](https://github.com/dmarkic/orm) and [framework-x](https://github.com/reactphp-framework/framework-x) to showcase current DBAL/ORM development.

DBAL documentation is available at .

**Table of contents**

- [Example](#example)
- [Streaming example](#streaming-example)
- [Usage](#usage)
- [Install](#install)
- [Tests](#tests)
- [License](#license)

Example
-------

[](#example)

```
