2017 © Pedro Peláez
 

library db

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

image

hybridlogic/db

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

  • Saturday, January 12, 2013
  • by Dachande663
  • Repository
  • 1 Watchers
  • 4 Stars
  • 41 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DB Connection Library

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements., (*1)

Build Status, (*2)

0.0 Table of Contents

  • Introduction
  • Examples
  • Running Tests
  • Troubleshooting
  • Changelog

1.0 Introduction

This library provides a simple way to connect to and query databases, regardless of the underlying connection driver used i.e. PDO or MySQLi., (*3)

HL\DB handles normalizing preparing data and parsing results. It currently includes just a PDO driver but additional libraries will be added., (*4)

2.0 Examples

Examples can be found in ./example.php., (*5)

3.0 Running Tests

phpunit tests, (*6)

Note that the test suite is currently incomplete., (*7)

4.0 Troubleshooting

@todo, (*8)

5.0 Changelog

  • [2012-12-08] Initial Version
  • [2013-01-02] First Release

The Versions

12/01 2013

dev-master

9999999-dev https://github.com/Dachande663/PHP-DB

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sql query pdo mysql db

12/01 2013

v1.0.2

1.0.2.0 https://github.com/Dachande663/PHP-DB

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sql query pdo mysql db

12/01 2013

v1.0.1

1.0.1.0 https://github.com/Dachande663/PHP-DB

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sql query pdo mysql db

12/01 2013

v1.0.0

1.0.0.0

DB Connection Module

  Sources   Download

The Requires

  • php >=5.3.0

 

sql query pdo mysql db