We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa2e21 commit aade450Copy full SHA for aade450
schemaspy.properties
@@ -0,0 +1,10 @@
1
+# SchemaSpy (http://www.schemaspy.org) can be used to visualize the database.
2
+# Run it as follows:
3
+# java -jar /path/to/schemaspy.jar \
4
+# -t mariadb \
5
+# -dp /path/to/mariadb-java-client.jar \
6
+# -u db_username -p db_password -host db_hostname -db db_name -s db_name
7
+
8
+schemaspy.o=docs/schemaspy
9
+schemaspy.norows=true
10
+schemaspy.noviews=true
0 commit comments