scaleplan / db
Scaleplan PDO wrapper and additional database functional
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-17 00:09:06 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.