
8,305
Downloads
194
Downloads of v 2018.3.1
12/19/2018
Last update
DataGrip is the multi-engine database environment.
We support MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase, DB2, SQLite,
HyperSQL, Apache Derby and H2. If the DBMS has a JDBC driver you can connect to
it via DataGrip. For any of supported engines it provides database introspection
and various instruments for creating and modifying objects.
Features
- Intelligent query console
- Efficient schema navigation
- Explain plan
- Smart code completion
- On-the-fly analysis and quick-fixes
- Refactorings that work in SQL files and schemas
- Version control integration
Package Parameters
/InstallDir:
- Installation directory, defaults to the 'Program Files (x86)\DataGrip*' directory.
note the InstallDir folder should be an empty folder.
Example: choco install datagrip --params "/InstallDir:C:\your\install\path"
To install JetBrains DataGrip, run the following command from the command line or from PowerShell:
C:\> choco install datagrip
--version 2018.3.1
To upgrade JetBrains DataGrip, run the following command from the command line or from PowerShell:
C:\> choco upgrade datagrip
--version 2018.3.1
Files
Hide- tools\ChocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935 $programFiles = (${env:ProgramFiles(x86)}, ${env:ProgramFiles} -ne $null)[0] $pp = Get-PackageParameters $installDir = "$programFiles\JetBrains\DataGrip $env:ChocolateyPackageVersion" if ($pp.InstallDir) { $installDir = $pp.InstallDir } $silentArgs = "/S /CONFIG=$toolsDir\silent.config " $silentArgs += "/D=`"$installDir`"" New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains DataGrip*' url = 'https://download.jetbrains.com/datagrip/datagrip-2018.3.1.exe' checksum = '8b27c34e6ea65dc2e19692ddf3538dd08d151586b0a7ec2a6a3e0fc503b4abc8' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs validExitCodes = @(0, 1641, 3010) } Install-ChocolateyPackage @arguments
- tools\ChocolateyUnInstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageName = 'DataGrip' $softwareName = 'JetBrains DataGrip*' $installerType = 'exe' $silentArgs = '/S' $validExitCodes = @(0, 3010, 1605, 1614, 1641) if ($installerType -ne 'MSI') { $validExitCodes = @(0) } $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName if ($key.Count -eq 1) { $key | ForEach-Object { $file = "$($_.UninstallString)" Uninstall-ChocolateyPackage ` -PackageName $packageName ` -FileType $installerType ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -File "$file" } } elseif ($key.Count -eq 0) { Write-Warning "$packageName has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$key.Count matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | ForEach-Object { Write-Warning "- $_.DisplayName" } }
- tools\silent.config
Show
; Installation mode. It can be user or admin. ; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog. mode=admin ; Desktop shortcut for launchers launcher32=0 launcher64=1 ; Add launchers path to PATH env variable updatePATH=0 ; Add "Open Folder as Project" to context menu updateContextMenu=0 ; Download and install jre32 jre32=0 ; List of associations. To create an association change value to 1. .sql=0
Virus Scan Results
- datagrip.2018.3.1.nupkg (0b4a66e888b2) - ## / 62 - Log in or click on link to see number of positives
- datagrip-2018.3.1.exe (8b27c34e6ea6) - ## / 68 - Log in or click on link to see number of positives
Dependencies
-
- chocolatey-core.extension (≥ 1.3.3)
Package Maintainer(s)
Software Author(s)
Copyright
Copyright © 2017 JetBrains
Tags
Release Notes
https://confluence.jetbrains.com/display/DBE/Public+DataGrip+Page
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
JetBrains DataGrip 2018.3.2 | 174 | Wednesday, January 23, 2019 | approved |
JetBrains DataGrip 2018.3.1 | 194 | Wednesday, December 19, 2018 | approved |
JetBrains DataGrip 2018.3 | 118 | Tuesday, December 4, 2018 | approved |
JetBrains DataGrip 2018.2.5 | 131 | Wednesday, November 14, 2018 | approved |
JetBrains DataGrip 2018.2.4 | 283 | Tuesday, September 18, 2018 | approved |
JetBrains DataGrip 2018.2.3 | 122 | Thursday, September 6, 2018 | approved |
JetBrains DataGrip 2018.2.2 | 157 | Wednesday, August 15, 2018 | approved |
JetBrains DataGrip 2018.2.1 | 123 | Friday, August 3, 2018 | approved |
JetBrains DataGrip 2018.2 | 122 | Thursday, July 26, 2018 | approved |
JetBrains DataGrip 2018.1.5 | 206 | Wednesday, June 20, 2018 | approved |
Discussion for the JetBrains DataGrip Package
Ground rules:
- This discussion is only about JetBrains DataGrip and the JetBrains DataGrip 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 JetBrains DataGrip, 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.