Skip to content

The tool for installing/removing/upgrading/downgrading PgSQL schemas (connection adapter for PgSQL PHP module)

Notifications You must be signed in to change notification settings

ikto/pgsql-migration-directories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PgSql Migration Directories

A connection adapter for Pg Migration Directories based on pgsql PHP extension.

Requirements (environment)

How to use

use IKTO\PgSqlMigrationDirectories\Adapter\PgSqlConnectionAdapter;

// Connecting to the database.
$dbh = pg_connect('host=127.0.0.1 port=5432 dbname=pgi_test user=postgres password=postgres', PGSQL_CONNECT_FORCE_NEW);
$connection_adapter = new PgSqlConnectionAdapter($dbh);
// ... and the pass connection adapter to managed db object

About

The tool for installing/removing/upgrading/downgrading PgSQL schemas (connection adapter for PgSQL PHP module)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages