Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 387 Bytes

Database Abstraction Layer

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