パッケージ: python-migrate (0.11.0-5)
python-migrate に関するリンク
Debian の資源:
migrate ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Database schema migration for SQLAlchemy - Python 2.7
Inspired by Ruby on Rails' migrations, migrate provides a way to deal with database schema changes in SQLAlchemy projects.
SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset and a versioning API for database schemas as well as a script utilizing these APIs. The database change sets are managed in a file based repository allowing upgrades and downgrades of database schema versions. The change sets may consist of Python code facilitating the changeset API or SQL scripts.
SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle databases. The support for Oracle is not as well tested as the support for the other database systems.
This package provides the Python 2.7 module.
その他の python-migrate 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-decorator
- simplify usage of Python decorators by programmers
-
- dep: python-pbr
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-six (>= 1.7.0)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python
-
- dep: python-sqlparse
- non-validating SQL parser for Python 2
-
- dep: python-tempita
- very small text templating language
-
- dep: python2.7
- 対話的な高レベルオブジェクト指向言語 (バージョン 2.7)
-
- sug: python-migrate-doc
- Database schema migration for SQLAlchemy - doc