sandyman/postgres-dbal

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP abstraction layer for PostgreSQL

0.1.0 2014-05-18 10:23 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:35:24 UTC


README

PostgreSQL database abstraction layer

Introduction

This database abstraction layer for PostgreSQL contains a number of special features. Well, apart from being an abstraction layer that is. An important feature of this library is the transparent use of transactions. Both raw connections (without transactions) and transactional connections implements the DatabaseConnection interface. You can even start transaction "within transactions", which will be converted into 'save points'.

Examples

Although no example files have been added to this library, for now you can checkout the unit test which shows you how to use this library. In the near future, we will add comprehensive example files to make it easier for you to incorporate this library in your own projects.