fmt
format_migration_output(diffs)
Format migration diffs as SQL with metadata comments.
Source code in src/embar/tools/fmt.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |
green(text)
Return text in green for terminal.
Source code in src/embar/tools/fmt.py
9 10 11 | |
red_bold(text)
Return text in red and bold for terminal.
Source code in src/embar/tools/fmt.py
4 5 6 | |
yellow(text)
Return text in yellow for terminal.
Source code in src/embar/tools/fmt.py
14 15 16 | |