2017 © Pedro Peláez
 

library adapter

DABL database adapters

image

dabl/adapter

DABL database adapters

  • Sunday, April 16, 2017
  • by danomatic
  • Repository
  • 3 Watchers
  • 1 Stars
  • 450 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

DABL Adapter

Subclasses of PHP PDO for various SQL dialects, (*2)

Example

code:, (*3)

use Dabl\Adapter\DABLPDO;

// get connection (parameters usually come from .ini file)
$pdo = DABLPDO::connect(array(
    'driver' => 'mysql',
    'host' => 'localhost',
    'dbname' => 'test',
    'user' => 'root',
    'password' => ''
));

// Get database schema
$schema = $pdo->getDatabaseSchema();
$tables = $schema->getTables();
$columns = $table[0]->getColumns();
$type = $columns[0]->getType();

Features

  • Normalized constructor
  • Read schema schemas (thanks to modified Propel libraries)
  • Date and time helper methods (getTimestampFormatter, hourStart, dayStart, weekStart, monthStart)
  • Helper methods for quoting arrays of parameters and identifier quoting
  • Helper methods for applying LIMIT behavior

Supported Dialects

  • Microsoft Access
  • Microsoft SQL Server
  • MySQL
  • Oracle
  • Postgres
  • Redshift
  • SQLite

The Versions

16/04 2017

dev-master

9999999-dev

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

16/04 2017

v1.2.1

1.2.1.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

16/04 2017

v1.2.0

1.2.0.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

28/03 2017

v1.1.0

1.1.0.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

09/10 2016

v1.0.12

1.0.12.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

09/10 2016

v1.0.11

1.0.11.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

09/10 2016

v1.0.10

1.0.10.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

05/08 2016

v1.0.9

1.0.9.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

05/08 2016

v1.0.8

1.0.8.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

24/07 2016

v1.0.6

1.0.6.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl

05/07 2016

v1.0.5

1.0.5.0

DABL database adapters

  Sources   Download

MIT

The Development Requires

by Manifest Web Design

orm database abstraction adapter propel dabl