We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ad250 commit f1244ecCopy full SHA for f1244ec
CHANGES
@@ -1,6 +1,18 @@
1
Changes
2
=======
3
4
+0.45.0
5
+------
6
+Added the ``piccolo schema graph`` command for visualising your database
7
+structure, which outputs a Graphviz file. It can then be turned into an
8
+image, for example:
9
+
10
+.. code-block:: bash
11
12
+ piccolo schema map | dot -Tpdf -o graph.pdf
13
14
+Also made some minor changes to the ASGI templates, to reduce MyPy errors.
15
16
0.44.1
17
------
18
Updated ``to_dict`` so it works with nested objects, as introduced by the
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.44.1"
+__VERSION__ = "0.45.0"
0 commit comments