2017 © Pedro Peláez
 

library database

Multi-database library with query builder

image

comodojo/database

Multi-database library with query builder

  • Saturday, February 13, 2016
  • by comodojo
  • Repository
  • 3 Watchers
  • 0 Stars
  • 963 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

comodojo/database

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage, (*1)

Multi-database library with query builder, (*2)

Introduction

This library provides a standardized layer to connect and send queries to different kind of databases., (*3)

Currently it supports:, (*4)

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

Documentation of this library is not yet available!, (*6)

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

Installation

Install composer, then:, (*8)

composer require comodojo/database 1.0.*, (*9)

The Versions

13/02 2016

2.0.x-dev

2.0.9999999.9999999-dev https://comodojo.org

Multi-database library with query builder

  Sources   Download

MIT

The Requires

 

The Development Requires

database pdo_dblib mysql mysqli query builder pgsql db2 comodojo pdo_oci pdo_mysql pdo_sqlite ms sql server ibm_db2

04/10 2015

dev-master

9999999-dev https://comodojo.org

Multi-database library

  Sources   Download

MIT

The Requires

 

The Development Requires

database query builder comodojo

04/10 2015

1.0.0

1.0.0.0 https://comodojo.org

Multi-database library

  Sources   Download

MIT

The Requires

 

The Development Requires

database query builder comodojo

27/10 2014

0.1.0

0.1.0.0 http://www.comodojo.org

Multi-database library for comodojo

  Sources   Download

GPL-3.0+

database query builder comodojo