0.45.0
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.pdfAlso made some minor changes to the ASGI templates, to reduce MyPy errors.