Skip to content

Commit b0c829a

Browse files
authored
Update README.md
1 parent 0132dc2 commit b0c829a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# database_visualization
22
Generate Entity-Relationship Diagrams from PostgreSQL by PlantUML, DBML-renderer, ERAlchemy, Graphviz.
3+
![image](https://github.com/alinzh/database_visualization/assets/124587537/9a52bd73-1fa0-4905-876f-20b321296a75)
4+
35
### Requirements
46
- PostgreSQL*
57
- graphviz==2.49.0
@@ -44,10 +46,11 @@ python main.py --host HOST --port PORT --user USER --password PASSWORD \
4446
- 'dbml-r'
4547
- 'dot-r'
4648

49+
You can not specify engine, then you will get diagrams generated by all available methods.
50+
4751
**Available direction:**
4852

4953
If you are not satisfied with the location of the blocks on the diagram, change their location by adding the argument *DIRECTION* = '2'.
50-
5154
If you need to save image in specific folder, add an argument *PATH* with a path.
5255

5356

0 commit comments

Comments
 (0)