[ buster ]
[ 源代码: flask-migrate ]
软件包:python-flask-migrate(2.1.1-2)
python-flask-migrate 的相关链接
Debian 的资源:
下载源码包 flask-migrate:
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
SQLAlchemy database migrations for Flask applications using Alembic
Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script.
This is the Python 2 package
其他与 python-flask-migrate 有关的软件包
|
|
|
|
-
- dep: alembic (>= 0.6)
- lightweight database migration tool for SQLAlchemy
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-alembic
- lightweight database migration tool for SQLAlchemy - Python 2.x
-
- dep: python-flask (>= 0.9)
- micro web framework based on Werkzeug and Jinja2 - Python 2.7
-
- dep: python-flask-sqlalchemy
- adds SQLAlchemy support to your Flask application