Downloads:
15,027
Downloads of v 16.16.10:
105
Last Update:
03 Feb 2022
Package Maintainer(s):
Software Author(s):
- Sualeh Fatehi
Tags:
database java cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SchemaCrawler
This is not the latest version of SchemaCrawler available.
- 1
- 2
- 3
16.16.10 | Updated: 03 Feb 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,027
Downloads of v 16.16.10:
105
Software Author(s):
- Sualeh Fatehi
SchemaCrawler 16.16.10
This is not the latest version of SchemaCrawler available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Sualeh Fatehi. The inclusion of Sualeh Fatehi trademark(s), if any, upon this webpage is solely to identify Sualeh Fatehi goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SchemaCrawler, run the following command from the command line or from PowerShell:
To upgrade SchemaCrawler, run the following command from the command line or from PowerShell:
To uninstall SchemaCrawler, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download schemacrawler --internalize --version=16.16.10 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade schemacrawler -y --source="'INTERNAL REPO URL'" --version="'16.16.10'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade schemacrawler -y --source="'INTERNAL REPO URL'" --version="'16.16.10'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install schemacrawler
win_chocolatey:
name: schemacrawler
version: '16.16.10'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'schemacrawler' do
action :install
source 'INTERNAL REPO URL'
version '16.16.10'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller schemacrawler
{
Name = "schemacrawler"
Version = "16.16.10"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'schemacrawler':
ensure => '16.16.10',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 03 Feb 2022.
SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler has a good mix of useful features for data governance. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output serves for database documentation, and is designed to be diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. You can execute scripts in any standard scripting language against your database. You can find potential schema design issues with lint.
# Generated with JReleaser 1.0.0-SNAPSHOT at 2022-02-03T01:03:35.9077566Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'schemacrawler-16.16.10-bin'
$app_exe = Join-Path $app_home 'bin/schemacrawler.cmd'
Uninstall-BinFile -Name 'schemacrawler' -Path $app_exe
Log in or click on link to see number of positives.
- schemacrawler.16.16.10.nupkg (6f8157525754) - ## / 60
- schemacrawler-16.16.10-bin.zip (f49c6b9bc62c) - ## / 39
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SchemaCrawler 16.22.3 | 29 | Thursday, November 7, 2024 | Approved | |
SchemaCrawler 16.22.2 | 140 | Monday, August 5, 2024 | Approved | |
SchemaCrawler 16.22.1 | 38 | Wednesday, July 31, 2024 | Approved | |
SchemaCrawler 16.21.4 | 118 | Tuesday, June 18, 2024 | Approved | |
SchemaCrawler 16.21.3 | 62 | Monday, June 10, 2024 | Approved | |
SchemaCrawler 16.21.2 | 205 | Saturday, February 17, 2024 | Approved | |
SchemaCrawler 16.21.1 | 108 | Saturday, January 13, 2024 | Approved | |
SchemaCrawler 16.20.8 | 59 | Sunday, December 31, 2023 | Approved | |
SchemaCrawler 16.20.7 | 61 | Wednesday, December 20, 2023 | Approved | |
SchemaCrawler 16.20.6 | 91 | Friday, November 17, 2023 | Approved | |
SchemaCrawler 16.20.5 | 82 | Tuesday, November 7, 2023 | Approved | |
SchemaCrawler 16.20.4 | 149 | Wednesday, September 6, 2023 | Approved | |
SchemaCrawler 16.19.6 | 218 | Friday, January 13, 2023 | Approved | |
SchemaCrawler 16.19.5 | 99 | Saturday, December 17, 2022 | Approved | |
SchemaCrawler 16.19.4 | 92 | Friday, December 2, 2022 | Approved | |
SchemaCrawler 16.19.3 | 88 | Sunday, November 27, 2022 | Approved | |
SchemaCrawler 16.19.2 | 73 | Thursday, November 24, 2022 | Approved | |
SchemaCrawler 16.19.1 | 80 | Sunday, November 20, 2022 | Approved | |
SchemaCrawler 16.18.2 | 166 | Saturday, September 17, 2022 | Approved | |
SchemaCrawler 16.18.1 | 118 | Tuesday, August 23, 2022 | Approved | |
SchemaCrawler 16.17.4 | 94 | Sunday, August 14, 2022 | Approved | |
SchemaCrawler 16.17.3 | 96 | Friday, August 5, 2022 | Approved | |
SchemaCrawler 16.17.2 | 108 | Saturday, July 30, 2022 | Approved | |
SchemaCrawler 16.17.1 | 96 | Saturday, July 23, 2022 | Approved | |
SchemaCrawler 16.16.18 | 120 | Sunday, June 19, 2022 | Approved | |
SchemaCrawler 16.16.17 | 91 | Tuesday, June 14, 2022 | Approved | |
SchemaCrawler 16.16.16 | 111 | Tuesday, June 7, 2022 | Approved | |
SchemaCrawler 16.16.15 | 102 | Tuesday, May 31, 2022 | Approved | |
SchemaCrawler 16.16.14 | 197 | Sunday, March 27, 2022 | Approved | |
SchemaCrawler 16.16.12 | 107 | Monday, March 21, 2022 | Approved | |
SchemaCrawler 16.16.11 | 181 | Sunday, February 6, 2022 | Approved | |
SchemaCrawler 16.16.10 | 105 | Thursday, February 3, 2022 | Approved | |
Schemacrawler 16.16.9 | 121 | Wednesday, January 19, 2022 | Approved | |
Schemacrawler 16.16.7 | 137 | Monday, January 10, 2022 | Approved | |
Schemacrawler 16.16.6 | 110 | Wednesday, December 29, 2021 | Approved | |
Schemacrawler 16.16.5 | 109 | Sunday, December 26, 2021 | Approved | |
Schemacrawler 16.16.4 | 118 | Sunday, December 19, 2021 | Approved | |
Schemacrawler 16.16.3 | 145 | Sunday, November 21, 2021 | Approved | |
Schemacrawler 16.16.01 | 122 | Monday, November 15, 2021 | Approved | |
Schemacrawler 16.15.11 | 109 | Monday, November 1, 2021 | Approved | |
Schemacrawler 16.15.10 | 133 | Saturday, October 23, 2021 | Approved | |
Schemacrawler 16.15.9 | 109 | Wednesday, October 20, 2021 | Approved | |
Schemacrawler 16.15.8 | 128 | Tuesday, October 5, 2021 | Approved | |
Schemacrawler 16.15.7 | 123 | Saturday, September 18, 2021 | Approved | |
Schemacrawler 16.15.6 | 115 | Monday, September 13, 2021 | Approved | |
Schemacrawler 16.15.4 | 152 | Saturday, August 14, 2021 | Approved | |
Schemacrawler 16.15.2 | 164 | Wednesday, July 7, 2021 | Approved | |
Schemacrawler 16.15.1 | 137 | Monday, June 14, 2021 | Approved | |
Schemacrawler 16.14.6 | 294 | Friday, May 7, 2021 | Approved | |
Schemacrawler 16.14.5 | 139 | Monday, May 3, 2021 | Approved | |
Schemacrawler 16.14.4 | 183 | Sunday, April 4, 2021 | Approved | |
Schemacrawler 16.14.3 | 123 | Wednesday, March 31, 2021 | Approved | |
Schemacrawler 16.14.2 | 120 | Friday, March 26, 2021 | Approved | |
Schemacrawler 16.14.1 | 164 | Monday, March 15, 2021 | Approved | |
Schemacrawler 16.12.3 | 164 | Wednesday, February 24, 2021 | Approved | |
Schemacrawler 16.12.2 | 121 | Saturday, February 20, 2021 | Approved | |
Schemacrawler 16.12.1 | 150 | Monday, February 15, 2021 | Approved | |
Schemacrawler 16.11.7 | 267 | Monday, December 28, 2020 | Approved | |
Schemacrawler 16.11.6 | 162 | Wednesday, December 2, 2020 | Approved | |
Schemacrawler 16.11.5 | 150 | Friday, November 6, 2020 | Approved | |
Schemacrawler 16.10.1 | 151 | Tuesday, September 22, 2020 | Approved | |
Schemacrawler 16.9.5 | 167 | Thursday, September 10, 2020 | Approved | |
Schemacrawler 16.9.4 | 148 | Tuesday, September 8, 2020 | Approved | |
Schemacrawler 15.06.01 | 596 | Tuesday, March 12, 2019 | Approved | |
Schemacrawler 15.05.01 | 234 | Sunday, March 10, 2019 | Approved | |
Schemacrawler 15.04.01 | 303 | Friday, February 8, 2019 | Approved | |
Schemacrawler 15.03.04 | 267 | Sunday, December 30, 2018 | Approved | |
Schemacrawler 15.03.03 | 271 | Saturday, December 29, 2018 | Approved | |
Schemacrawler 15.03.02 | 211 | Thursday, December 13, 2018 | Approved | |
Schemacrawler 15.03.01 | 259 | Monday, December 10, 2018 | Approved | |
Schemacrawler 15.02.02 | 280 | Tuesday, November 27, 2018 | Approved | |
Schemacrawler 15.01.06 | 271 | Sunday, November 11, 2018 | Approved | |
Schemacrawler 15.01.05 | 281 | Friday, November 2, 2018 | Approved | |
Schemacrawler 15.01.04 | 276 | Thursday, October 18, 2018 | Approved | |
Schemacrawler 15.01.03 | 281 | Sunday, September 23, 2018 | Approved | |
Schemacrawler 15.01.02 | 250 | Friday, September 21, 2018 | Approved | |
Schemacrawler 15.01.01 | 264 | Wednesday, September 12, 2018 | Approved | |
Schemacrawler 14.21.02 | 335 | Friday, May 25, 2018 | Approved | |
Schemacrawler 14.21.01 | 304 | Wednesday, May 16, 2018 | Approved | |
Schemacrawler 14.20.06 | 317 | Saturday, May 5, 2018 | Approved | |
Schemacrawler 14.20.05 | 341 | Saturday, April 28, 2018 | Approved | |
Schemacrawler 14.20.04 | 362 | Friday, April 6, 2018 | Approved | |
Schemacrawler 14.20.03 | 328 | Sunday, March 11, 2018 | Approved | |
Schemacrawler 14.20.02 | 346 | Thursday, March 8, 2018 | Approved | |
Schemacrawler 14.20.01 | 352 | Tuesday, March 6, 2018 | Approved |
Copyright (c) 2000-2022, Sualeh Fatehi.
This package has no dependencies.
Ground Rules:
- This discussion is only about SchemaCrawler and the SchemaCrawler package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SchemaCrawler, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.