2017 © Pedro Peláez
 

library pgi-migration-directories

Simple PostgreSQL OOP interface

image

ikto/pgi-migration-directories

Simple PostgreSQL OOP interface

  • Wednesday, July 4, 2018
  • by ikto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PgI Migration Directories

Build Status, (*1)

In the past it was a standalone library for applying db migrations using PgI. Now it is a connection adapter for Pg Migration Directories., (*2)

Requirements (environment)

How to use

use IKTO\PgI;
use IKTO\PgiMigrationDirectories\Adapter\PgiConnectionAdapter;

// Connecting to the database.
$dbh = PgI::connect('host=127.0.0.1 port=5432 dbname=pgi_test', 'postgres', 'postgres');
$connection_adapter = new PgiConnectionAdapter($dbh);
// ... and the pass connection adapter to managed db object

The Versions

04/07 2018

dev-make-migrations

dev-make-migrations

Simple PostgreSQL OOP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Polishchuck

15/05 2018

dev-dev

dev-dev

Simple PostgreSQL OOP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Polishchuck

15/05 2018

v1.0.0-alpha1

1.0.0.0-alpha1

Simple PostgreSQL OOP interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Polishchuck