https://github.com/moriyoshi/alembic-pastedeploy
https://github.com/moriyoshi/alembic-pastedeploy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moriyoshi/alembic-pastedeploy
- Owner: moriyoshi
- Created: 2016-08-04T05:36:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T01:29:44.000Z (almost 9 years ago)
- Last Synced: 2025-03-07T02:49:06.353Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
alembic-pastedeploy
===================This is a thin-wrapper of alembic which allows alembic to read pastedeploy-flavored ini config files.
Supported features
------------------- Importing defaults by ``get`` and ``set`` directive::
[alembic]
get sqlalchemy.url = sqlalchemy.url- Giving global-conf interpolants by ``--paste-global`` option from the commandline::
$ alembic_pastedeploy --paste-global sqlalchemy.url=sqlite:///test.db upgrade head