piasiu / saq-database
Extension to the Saq framework for database support
dev-main
2025-03-13 17:39 UTC
Requires
- php: >=8.0.0
- ext-pdo: *
- piasiu/saq: dev-main
This package is auto-updated.
Last update: 2025-06-13 18:10:58 UTC
README
Extension to the Saq framework for database support.
The extension offers an adapter interface allowing you to use your favorite database. For your convenience, the extension includes PdoAdapter and two popular database adapters:
The extension also offers a SQL query builder.
Installation
It's recommended that you use Composer to install Saq-Database.
$ composer require piasiu/saq-database
This will install Saq-Database and all required dependencies. Saq-Database requires PHP 8 or newer.
License
The Saq-Database is licensed under the MIT license. See License File for more information.