软件包: python3-migrate (0.13.0-0ubuntu2)
python3-migrate 的相关链接
Trisquel 的资源:
下载源码包 migrate:
维护者:
Original Maintainers:
- Debian OpenStack
- Thomas Goirand
- Jan Dittberner
外部的资源:
- 主页 [github.com]
相似软件包:
Database schema migration for SQLAlchemy - Python 3.x
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 3.x module.
其他与 python3-migrate 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers
-
- dep: python3-pbr (>= 1.8)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-six (>= 1.7.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-sqlalchemy (>= 0.9.6)
- SQL toolkit and Object Relational Mapper for Python 3
-
- dep: python3-sqlparse
- non-validating SQL parser for Python 3
-
- dep: python3-tempita (>= 0.4)
- very small text templating language - Python 3.x
-
- sug: python-migrate-doc
- Database schema migration for SQLAlchemy - doc