2017 © Pedro Peláez
 

library rdb-helper

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

image

acgrid/rdb-helper

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  • Monday, November 14, 2016
  • by acgrid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

PHP RDBMS drivers wrapper

What to deal with

Tired with PHP's 3 MySQL drivers? Not sure MySQLi or PDO_MySQL?, (*1)

This wrapper is try to separate client code with ALL driver-specific calls without using any ORM or huge frameworks. It is also procedure-friendly., (*2)

Features

  • Generator for iteration, client code can just foreach the result set without using driver-specific fetch methods
  • Automatic bind in-params without specifying data types (WARNING not appreciable if client or server is sensitive with blob and string)
  • Optional facades with multiple connections

TODO

  • Generated documents
  • PDO implementation
  • Does not work on HHVM due to both variadic and by reference arguments are not supported

License

MIT, (*3)

The Versions

14/11 2016

dev-master

9999999-dev

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/11 2016

v1.3.0

1.3.0.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/11 2016

v1.2.3

1.2.3.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

02/11 2016

v1.2.2

1.2.2.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

31/10 2016

v1.2.1

1.2.1.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

31/10 2016

v1.2

1.2.0.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/10 2016

v1.1.2

1.1.2.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/09 2016

v1.1.1

1.1.1.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/09 2016

v1.1

1.1.0.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/09 2016

v1.0.1

1.0.1.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/09 2016

v1.0.0

1.0.0.0

Deal with differences within PHP RDBMS APIs. Also provide facade class for global access. It does not try to generalize or simplify writing SQL.

  Sources   Download

MIT

The Requires

 

The Development Requires