/pdo

Lazy PDO

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Lazy PDO

Gobline\Pdo\LazyPdo is a subclass of the PHP's standard PDO class. It postpones the actual connection until one is really needed.

Installation

You can install the Gobline PDO component using the dependency management tool Composer. Run the require command to resolve and download the dependencies:

composer require gobline/pdo