Skip to content

A Docker image for the SchemaCrawler command line tool.

Notifications You must be signed in to change notification settings

SymfoniNext/schemacrawler-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SchemaCrawler Docker Image

A Docker image for the SchemaCrawler command line tool. The image contains the full SchemaCrawler package in /schemacrawler.

Sample usage

Assuming some_db is a container with postgres listening on the default port. Update the rest of the flags as appropriate.

$ docker run -v $(pwd):/output --link some_db:db --rm symfoni/schemabuilder:14.03.01 -server=postgresql -host=db -user=postgres -password=password -database=database -infolevel=maximum -command=graph --outputfile=/output/database.png

About

A Docker image for the SchemaCrawler command line tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published