Show db diagram on README
This commit is contained in:
parent
36743c9055
commit
c17b5642c0
7
Makefile
7
Makefile
|
@ -45,7 +45,12 @@ doc:
|
|||
test:
|
||||
$(CARGO) test
|
||||
|
||||
graphs: $(GRAPH_SVG)
|
||||
graphs-png: $(GRAPH_IMG)
|
||||
design/%.png: design/%.gv
|
||||
dot -Tpng $^ -o $@
|
||||
|
||||
graphs: $(GRAPH_SVG) graphs-png
|
||||
design/%.svg: design/%.gv
|
||||
dot -Tsvg $^ -o $@
|
||||
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@ This is an experiment with using Rust to build a CRUD web app.
|
|||
* Full interface / Web API separation
|
||||
|
||||
### DB Design
|
||||

|
||||

|
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue