Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 893 Bytes

Viewing Documentation

database

  1. clone this repo
  2. open doc/db/index.html
  3. you can also view the documentation with htmlpreview, but diagram needs to be viewed either locally or on GitHub

Generating Documentation

database

  1. Install Java, PostgreSQL JDBC driver and SchemaSpy.
  2. For example for SchemaSpy 6.1.0 and JDBC driver 42.2.14, write documentation to db folder with
java -jar schemaspy-6.1.0.jar -t pgsql \
  -s public -db [database name] -u [user name] -p [password] \
  -host [host address] -o db \
  -dp ./postgresql-42.2.14.jar \
  -vizjs -renderer :cairo -norows