Skip to content

tool to create revision graphs from alembic migration revisions

Notifications You must be signed in to change notification settings

javaes/alembic-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####Installation pip install alembic-viz --user

####Usage

Usage: alembic-viz [OPTIONS]

Options:
  --config TEXT           path to alembic config file
  --name TEXT             name of the alembic ini section
  --filename TEXT         output file name without file extension
  --format [png|svg|pdf]  output file format
  --help                  Show this message and exit.

####Todo

  • add revision commit messages to graph
  • handle depends_on relationships properly
  • add test cases
  • ...