DatabaseConnector 2.7.0

DatabaseConnector is a handy PHP wrapper class to allow easy access to database connections to different database types without changing of usage, queries etc..

The class uses the PHP PDO functionality and is able to connect to each database type, that's driver is installed/activated in the PHP configuration and also to use transactions and prepared statements.

Gibhub

GitHub project page: https://github.com/michaelpohl1977/DatabaseConnector
Download latest release: https://github.com/michaelpohl1977/DatabaseConnector/releases/latest
Issue tracking: https://github.com/michaelpohl1977/DatabaseConnector/issues

History

Version 2.7.0 - 2023-03-31

Version 2.6.1 - 2023-03-10

Version 2.6.0 - 2016-10-14

Version 2.5.0 - 2014-07-29

Version 2.4.0 - 2014-03-09

Version 2.3.0 - 2013-08-13

Version 2.2.1 - 2013-07-25

Version 2.2.0 - 2013-07-24

Version 2.1.0 - 2013-07-14

Version 2.0.0 - 2013-02-19

Version 1.2.0 - 2011-08-26

Version 1.1.0 - 2009-02-04

Version 1.0.0 - 2009-02-03