{"id":16490342,"url":"https://github.com/ryansn/schemacrawler_docker","last_synced_at":"2026-04-17T10:30:57.232Z","repository":{"id":78478640,"uuid":"130100344","full_name":"ryanSN/schemaCrawler_docker","owner":"ryanSN","description":"A Docker container for Running SchemaCrawler on Dockerized Databases","archived":false,"fork":false,"pushed_at":"2019-09-17T17:51:07.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T09:07:25.042Z","etag":null,"topics":["database","docker","postgres","relationships","schemacrawler"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanSN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-18T17:44:19.000Z","updated_at":"2023-03-07T15:31:22.000Z","dependencies_parsed_at":"2023-02-27T22:30:25.797Z","dependency_job_id":null,"html_url":"https://github.com/ryanSN/schemaCrawler_docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanSN/schemaCrawler_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanSN%2FschemaCrawler_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanSN%2FschemaCrawler_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanSN%2FschemaCrawler_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanSN%2FschemaCrawler_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanSN","download_url":"https://codeload.github.com/ryanSN/schemaCrawler_docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanSN%2FschemaCrawler_docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","docker","postgres","relationships","schemacrawler"],"created_at":"2024-10-11T13:47:27.659Z","updated_at":"2026-04-17T10:30:57.209Z","avatar_url":"https://github.com/ryanSN.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Schema Crawler Docker image\n\nhttps://www.schemacrawler.com\n\n#### How to Use\nAssume your postgres db is already in an existing container\n\nclone this repo, from this repos directory update the items below and run.\n\n```bash\ndocker run -v $(pwd):/output --rm -i -t \\\n--network=[nameOfYourNetworkIfYouHave ie. project_name_no_conflict] \\\n--link [project_name]_db_1:db chatters/schemacrawler_docker:14.20.04 \\\n-server=postgresql \\\n-host=db \\\n-user=[youDbUserName] \\\n-password=[yourDbPassword] \\\n-schema=public \\\n-database=[mydbname] \\\n-infolevel=standard \\\n-command=list \\\n-outputformat=png \\\n-outputfile=/output/[mydbname].png \\\n-loglevel=CONFIG\n```\n\nThis will create a png image in output folder where you checked out this repo.\n\nFf you output just the dot file and not a png, you will want to install graphviz to run the dot file through it.\n\nTo create the png from the dot file on mac\n```bash\nbrew install graphviz\n```\n\n```bash\ndot -Tpng youDbUserName.png.dot -o youDbUserName.png\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryansn%2Fschemacrawler_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryansn%2Fschemacrawler_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryansn%2Fschemacrawler_docker/lists"}