ikto/pgsql-migration-directories
Composer 安装命令:
composer require ikto/pgsql-migration-directories
包简介
The tool for installing/removing/upgrading/downgrading PgSQL schemas (connection adapter for PgSQL PHP module)
README 文档
README
A connection adapter for Pg Migration Directories based on pgsql PHP extension.
Requirements (environment)
- PHP 7.1 or higher
- pgsql PHP extension
- Pg Migration Directories library
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
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-05