There is no license information available for the latest version (v1.0.1) of this package.

Scaleplan PDO wrapper and additional database functional

v1.0.1 2017-10-06 08:27 UTC

This package is auto-updated.

Last update: 2024-04-16 18:46:30 UTC


README

Installation

composer reqire scaleplan/db

Description

Db is a wrapper class for the interoperability of PHP applications with DBMS PostgreSQL and MySQL. It allows you to transparently interact with any of these databases without going into the differences between PHP and these systems for the developer - work with both DBMS will be the same in terms of programming.

The class supports prepared expressions. In addition, there is additional functionality for implementing the concept of parallel execution of queries within one connection to the database and methods for implementing asynchronous execution of query packets.


Class documentation