summaryrefslogtreecommitdiff
path: root/schemaspy.properties_template
blob: 6c653df1400a44f448fc9218307e96a1b01f9822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is template of configuration file for schemaspy
# Change name to schemaspy.properties and put in your working directory

# type of database. Run with -dbhelp for details
schemaspy.t=db_type

# optional path to alternative jdbc drivers. 
schemaspy.dp=path/to/drivers

# database properties: host, port number, name user, password
schemaspy.host=host
schemaspy.port=port_number
schemaspy.db=db_name
schemaspy.u=database_user
schemaspy.p=database_password

# output dir to save generated files
schemaspy.o=path/to/output

# db scheme for which generate diagrams
schemaspy.s=schema

# Uncoment to generate diagrams for all schemas in database
#schemaspy.all

# Uncoment to skip creating diagrams for views
#schemaspy.noviews