Skip to content

0.45.0

Choose a tag to compare

@dantownsend dantownsend released this 09 Sep 11:11
· 714 commits to master since this release

Added the piccolo schema graph command for visualising your database structure, which outputs a Graphviz file. It can then be turned into an image, for example:

piccolo schema map | dot -Tpdf -o graph.pdf

Also made some minor changes to the ASGI templates, to reduce MyPy errors.