2017 © Pedro Peláez
 

library dbal

SugiPHP Database abstraction layer on top of PDO

image

sugiphp/dbal

SugiPHP Database abstraction layer on top of PDO

  • Tuesday, February 10, 2015
  • by tzappa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

SugiPHP.DBAL

SugiPHP database abstraction layer extends PDO and gives you:, (*1)

  • Lazy database connection. This means that creating a PDO instance (SugiPHP\DBAL\Connection) will not establish a connection to the DB. The connection will occur only if you use a method that requires a connection. If (for some reason) you don't wish to use this feature, call connect() method right after the object creation., (*2)

  • Add an event listener (callable) for some PDO methods, giving you the ability to log statements and profile them., (*3)

The Versions

10/02 2015

dev-master

9999999-dev

SugiPHP Database abstraction layer on top of PDO

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Plamen Popov

database pdo dbal mysql sqlite pgsql