
245
Downloads
12
Downloads of v 4.4.22
1/17/2019
Last update
dbForge Query Builder for MySQL (Trial)
4.4.22
dbForge Query Builder for MySQL is a visual tool that allows to create any sort of MySQL queries, from simple lookups to complex JOINs. The tool enables extended data management in MySQL, MariaDB, and Percona server databases. Create and edit complex MySQL queries in just a few clicks. You don't need to type any code at all - just "draw" your query on a diagram. When you need to type some SQL code manually, comprehensive suggestions will simplify the task.
To install dbForge Query Builder for MySQL (Trial), run the following command from the command line or from PowerShell:
C:\> choco install dbforge-mysql-qb
To upgrade dbForge Query Builder for MySQL (Trial), run the following command from the command line or from PowerShell:
C:\> choco upgrade dbforge-mysql-qb
Files
Hide- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Devart dbForge Query Builder for MySQL, v4.4.22 Trial Edition' fileType = 'exe' silentArgs = '/VERYSILENT' validExitCodes= @(0, 3010, 1605, 1614, 1641) } [array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] if ($key.Count -eq 1) { $key | % { $packageArgs['file'] = "$($_.UninstallString)" if ($packageArgs['fileType'] -eq 'MSI') { # The Product Code GUID is all that should be passed for MSI, and very # FIRST, because it comes directly after /x, which is already set in the # Uninstall-ChocolateyPackage msiargs (facepalm). $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])" # Don't pass anything for file, it is ignored for msi (facepalm number 2) # Alternatively if you need to pass a path to an msi, determine that and # use it instead of the above in silentArgs, still very first $packageArgs['file'] = '' } Uninstall-ChocolateyPackage @packageArgs } } 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 | % {Write-Warning "- $($_.DisplayName)"} }
- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://www.devart.com/dbforge/mysql/querybuilder/querybuildermysql44std.exe' $url64 = '' $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' url = $url url64bit = $url64 softwareName = 'Devart dbForge Query Builder for MySQL, v4.4.22 Trial Edition' checksum = 'E063C86D022D2171B6F1DB57C5DDAB9DF13B80DBA61EFD9F6A25180FEB0F1792' checksumType = 'sha256' silentArgs = '/VERYSILENT' validExitCodes= @(0, 3010, 1641) } Install-ChocolateyPackage @packageArgs
Virus Scan Results
- dbforge-mysql-qb.4.4.22.nupkg (66f74d528a46) - ## / 62 - Log in or click on link to see number of positives
- querybuildermysql44std.exe (e063c86d022d) - ## / 69 - Log in or click on link to see number of positives
Dependencies
-
- dotnet4.5.2 (≥ 4.5.2.20140902)
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://www.devart.com/dbforge/mysql/querybuilder/revision_history.html
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
dbForge Query Builder for MySQL (Trial) 4.4.22 | 12 | Thursday, January 17, 2019 | approved |
dbForge Query Builder for MySQL (Trial) 4.3.16 | 54 | Monday, July 9, 2018 | approved |
dbForge Query Builder for MySQL (Trial) 4.1.13 | 179 | Friday, December 15, 2017 | approved |
Discussion for the dbForge Query Builder for MySQL (Trial) Package
Ground rules:
- This discussion is only about dbForge Query Builder for MySQL (Trial) and the dbForge Query Builder for MySQL (Trial) 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 dbForge Query Builder for MySQL (Trial), 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.