Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 453 Bytes

migrations.rst

File metadata and controls

16 lines (11 loc) · 453 Bytes

Migrations

Henson-Database offers support for Alembic migrations. To enable them, install Henson-Database with the migrations extra:

$ python -m pip install Henson-Database[migrations]

This enables the following commands through the db namespace:

$ henson --app APP_PATH db --help

henson_database:Database