detain/db_abstraction

Database Abstraction Class

v2.0.0 2019-04-04 08:51 UTC

This package is auto-updated.

Last update: 2024-04-25 11:37:07 UTC


README

Provides a simple unified interface for connecting to a bunch of different database types. Supports php native mysqli and pgsql extensions, as well as PDO, AdoDB, and MDB2 connections as well as everything supported by PDO and AdoDB.

Supported Databases

You can use this library to connect to any of the following database types. Most of the database types have multiple ways of connecting to them (ie MySQL can use Mysqli, PDO, ADOdb, and MDB2)

  • 4D
  • ADO
  • CUBRID
  • Firebird & Interbase
  • Frontbase
  • IBM DB2
  • IBM Informix
  • Interbase
  • LDAP
  • Microsoft Access
  • Microsoft SQL Server
  • MySQL
    • MySQL
    • MariaDB
    • Percona
  • Netezza
  • ODBC
  • ODBTP
  • Oracle
  • PDO
  • PostgreSQL
  • Proxy
  • SAP ADS
  • SAP ASE
  • SAP MaxDB
  • SAP SQLAnywhere
  • SQLite Database
  • Sybase
  • Plain Text
  • Visual Foxpro

Build Status and Code Analysis

Site Status
Packagist Latest Stable Version Latest Unstable Version License Total Downloads
Scrutinizer Scrutinizer Code Quality Code Coverage Build Status
Travis-CI Build Status
CodeClimate Code Climate Test Coverage Issue Count
Codacy Codacy Badge Codacy Badge
Coveralls Coverage Status

Installation

Install with composer like

composer require detain/db_abstraction

License

The Database Abstraction Class class is licensed under the LGPL-v2.1 license.