2017 © Pedro Peláez
 

library postgres-dbal

PHP abstraction layer for PostgreSQL

image

sandyman/postgres-dbal

PHP abstraction layer for PostgreSQL

  • Sunday, May 18, 2014
  • by sandyman
  • Repository
  • 0 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

postgres-dbal

PostgreSQL database abstraction layer, (*1)

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'., (*2)

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., (*3)

The Versions

18/05 2014

dev-master

9999999-dev https://github.com/Sandyman/postgres-dbal

PHP abstraction layer for PostgreSQL

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0

 

by Richard Chipper

database php postgresql postgres

18/05 2014

0.1.0

0.1.0.0 https://github.com/Sandyman/postgres-dbal

PHP abstraction layer for PostgreSQL

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0

 

by Richard Chipper

database php postgresql postgres