Skip to content

Commit aade450

Browse files
committed
pkp/pkp-lib#6093 Add SchemaSpy configuration
1 parent ffa2e21 commit aade450

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schemaspy.properties

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)