qubus/dbal

Database abstraction layer.

v2.0.0 2023-08-25 04:20 UTC

This package is auto-updated.

Last update: 2024-08-25 06:33:01 UTC


README

A database abstraction layer toolkit with query builder and schema builder. Works with MySql and should work with any other PDO driver but needs testing.

Requirements

  • PHP 8.2+

Installation

composer require qubus/dbal

More Info