BlueSeph28 / schema-viewer

An instantaneous viewer for schemaspy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema viewer

a viewer for databases. This project uses schemaspy and nginx

Originally is adapted only for postgresql 11 to get instantly all the data of a database.

Environment

  • db_name: name of database to connect (Required)
  • db_user: username to access to the db (Required)
  • db_password: password to access to the db (Required)
  • db_host: Host to connect (Required)
  • db_port: Port where is hosted (Required)

Want to use this container with other database?

Make an Issue or pull request is issue to adapt this project with all databases compatible with schemaspy.

This project have some drivers to setup some databases.

SchemaSpy Docs

About

An instantaneous viewer for schemaspy

License:MIT License


Languages

Language:Dockerfile 87.0%Language:Shell 13.0%