Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-cakephp-database - CakePHP Database Library

Website:
https://cakephp.org/
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
A flexible and lightweight Database Library for PHP:

This library abstracts and provides help with most aspects of dealing with
relational databases such as keeping connections to the server, building
queries, preventing SQL injections, inspecting and altering schemas, and
with debugging and profiling queries sent to the database.

It adopts the API from the native PDO extension in PHP for familiarity,
but solves many of the inconsistencies PDO has, while also providing
several features that extend PDO's capabilities.

A distinguishing factor of this library when compared to similar database
connection packages, is that it takes the concept of "data types" to its core.
It lets you work with complex PHP objects or structures that can be passed as
query conditions or to be inserted in the database.

The typing system will intelligently convert the PHP structures when passing
them to the database, and convert them back when retrieving.

Packages

php-cakephp-database-3.9.4-1.el6.remi.noarch [109 KiB] Changelog by Remi Collet (2020-11-16):
- update to 3.9.4
php-cakephp-database-3.9.3-1.el6.remi.noarch [109 KiB] Changelog by Remi Collet (2020-10-06):
- update to 3.9.3