typrint/phinx
最新稳定版本:v1.0.5
Composer 安装命令:
composer require typrint/phinx
包简介
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
README 文档
README
Intro
Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes, you can install Phinx and create your first database migration. Phinx is just about migrations without all the bloat of a database ORM system or framework.
Check out book.cakephp.org/phinx for the comprehensive documentation.
Features
- Write database migrations using database agnostic PHP code.
- Migrate up and down.
- Migrate on deployment.
- Seed data after database creation.
- Get going in less than 5 minutes.
- Stop worrying about the state of your database.
- Take advantage of SCM features such as branching.
- Integrate with any app.
Supported Adapters
Phinx natively supports the following database adapters:
- MySQL
- PostgreSQL
- SQLite
- Microsoft SQL Server
Install & Run
Composer
The fastest way to install Phinx is to add it to your project using Composer (https://getcomposer.org/).
-
Install Composer:
curl -sS https://getcomposer.org/installer | php -
Require Phinx as a dependency using Composer:
php composer.phar require typrint/phinx
Documentation
Check out https://book.cakephp.org/phinx for the comprehensive documentation.
Other translations include:
Limitations
PostgreSQL
- Not able to set a unique constraint on a table (cakephp#1026).
Misc
Version History
Please read the release notes.
License
MIT
统计信息
- 总下载量: 91
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-22
