comodojo/database

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

Multi-database library

1.0.0 2015-10-03 23:15 UTC

This package is auto-updated.

Last update: 2022-02-01 12:38:08 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage

Multi-database library with query builder

Introduction

This library provides a standardized layer to connect and send queries to different kind of databases.

Currently it supports:

  • MySQL 4.1 and above via mysqli
  • MySQL 3.x, 4.x and 5.x databases using PDO_MYSQL
  • Oracle through the OCI library and PDO_OCI
  • SQLite 3 using PDO_SQLITE
  • PostgreSQL through pgsql
  • Microsoft SQL Server and Sybase using PDO_DBLIB
  • IBM DB2 Universal Database, IBM Cloudscape, and Apache Derby through ibm_db2

It integrates a query builder (still in development) that helps creation of queries across different databases.

Documentation of this library is not yet available!

Pre-release code (unsupported) is still available here.

Installation

Install composer, then:

composer require comodojo/database 1.0.*