ikto/pgi-migration-directories
Composer 安装命令:
composer require ikto/pgi-migration-directories
包简介
The tool for installing/removing/upgrading/downgrading PgSQL schemas (connection adapter for PgI)
README 文档
README
In the past it was a standalone library for applying db migrations using PgI. Now it is a connection adapter for Pg Migration Directories.
Requirements (environment)
- PHP 7.1 or higher
- PgI library
- Pg Migration Directories library
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
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-15