2017 © Pedro Peláez
 

library microdb

A minimalistic DB abstraction layer for MySQL and PostgreSQL

image

dapepe/microdb

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  • Thursday, April 26, 2018
  • by zeyos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 2 % Grown

The README.md

MicroDB - a minimalistic DB abstraction layer for MySQL and PostgreSQL

Example

Example:, (*1)

include './lib/microdb/src/connector.php';
include './lib/microdb/src/postgresql.php';

$db = new MicroDB\PostgreSQL('127.0.0.1', 'myuser', 'mypassword', 'mydb');

foreach ($db->tables() as $tableId) {
    echo 'Scanning '.$tableId."\n";
    print_r($db->table($tableId)->fields());
}

License

Copyright (C) 2008 - 2014 Peter Haider, (*2)

This work is licensed under the GNU Lesser General Public License (LGPL) which should be included with this software. You may also get a copy of the GNU Lesser General Public License from http://www.gnu.org/licenses/lgpl.txt., (*3)

The Versions

26/04 2018

dev-master

9999999-dev

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL GPL-3.0-or-later

The Requires

  • php >=5.4.0

 

26/04 2018

1.0.7

1.0.7.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4.0

 

31/01 2018

1.0.6

1.0.6.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4.0

 

03/11 2015

1.0.5

1.0.5.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0

 

03/11 2015

1.0.4

1.0.4.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0

 

03/11 2015

1.0.3

1.0.3.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0

 

25/10 2015

1.0.2

1.0.2.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0

 

04/12 2014

1.0.1

1.0.1.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0

 

04/12 2014

1.0.0

1.0.0.0

A minimalistic DB abstraction layer for MySQL and PostgreSQL

  Sources   Download

GPL

The Requires

  • php >=5.4.0