scaleplan / db
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: 2025-03-16 20:51:22 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.