Downloads:
334
Downloads of v 1.9.25:
80
Last Update:
25 Jun 2024
Package Maintainer(s):
Software Author(s):
- Ralf Junker
Tags:
sqlite sqlite3 sqlitespy database manager- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SQLiteSpy
- 1
- 2
- 3
1.9.25 | Updated: 25 Jun 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
334
Downloads of v 1.9.25:
80
Maintainer(s):
Software Author(s):
- Ralf Junker
SQLiteSpy 1.9.25
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ralf Junker. The inclusion of Ralf Junker trademark(s), if any, upon this webpage is solely to identify Ralf Junker 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 SQLiteSpy, run the following command from the command line or from PowerShell:
To upgrade SQLiteSpy, run the following command from the command line or from PowerShell:
To uninstall SQLiteSpy, 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 sqlitespy --internalize --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 sqlitespy -y --source="'INTERNAL REPO URL'" [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 sqlitespy -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sqlitespy
win_chocolatey:
name: sqlitespy
version: '1.9.25'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sqlitespy' do
action :install
source 'INTERNAL REPO URL'
version '1.9.25'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sqlitespy
{
Name = "sqlitespy"
Version = "1.9.25"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sqlitespy':
ensure => '1.9.25',
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.
This package was approved by moderator Windos on 14 Jul 2024.
SQLiteSpy is a fast and compact GUI database manager for SQLite. It reads SQLite3 files and executes SQL against them. Its graphical user interface makes it very easy to explore, analyze, and manipulate SQLite3 databases.
Distribution
This package includes the software distribution, the developer has given permission to do so:
> Feel free to choose your packaging. If you believe it useful to include the SQLiteSpy ZIP archive into the chocolatey package, you are welcome to do so.
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$pkgPath = Split-Path -Parent -Path $toolsdir
# Clean up shortcuts
[Environment]::GetFolderPath('Programs'), [Environment]::GetFolderPath('CommonPrograms') | ForEach-Object {
Remove-Item -Path (Join-Path -Path $_ -ChildPath 'SQLiteSpy.lnk') -ErrorAction SilentlyContinue
}
# get the name of the file created by Install-ChocolateyZipPackage
$zipFilename = (Get-Item -Path (Join-Path -Path $pkgPath -ChildPath '*.zip.txt') | Select-Object -First 1).Basename
Uninstall-ChocolateyZipPackage -PackageName $env:ChocolateyPackageName -ZipFileName $zipFilename
From: https://www.yunqa.de/delphi/license_donate#applications
LICENSE
SQLiteSpy is Freeware for personal and educational use. If you are using SQLiteSpy commercially, your donation is welcome to promote the ongoing development of this software. Thank you!
A license can be purchased from http://www.shareit.com/product.html?productid=300033392&cart=1
DISTRIBUTION
This package includes the software distribution, the developer has given permission to do so via email:
> Feel free to choose your packaging. If you believe it useful to include the SQLiteSpy ZIP archive into the chocolatey package, you are welcome to do so.
md5: F1D0209888264AAEDDE4474810997866 | sha1: 5273E15B154B2A02A24D1A326CDC05CFC6D9F1E6 | sha256: 87C710624289BE0C9AC8DA22A67609A834EAF3A21B36F1600DEB9139E65FA1BC | sha512: D9D85B0886B534E5BA20DD9587A8AF87DC8DC9EC0EE8F113E4B41BE955601166BBCF9382CB647F06BFA25B64C1E976E446EAC9B564A13A3102E68288275F08E9
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
SQLiteSpy can be obtained from https://www.yunqa.de/delphi/apps/sqlitespy/index
This package bundles the zip download to maintain availability, as older releases are removed from the developers site.
Log in or click on link to see number of positives.
- sqlitespy.1.9.25.nupkg (2a3915b910e3) - ## / 69
- SQLiteSpy_v1.9.25.zip (87c710624289) - ## / 67
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 |
---|---|---|---|---|
SQLiteSpy 1.9.25 | 80 | Tuesday, June 25, 2024 | Approved | |
SQLiteSpy 1.9.21 | 91 | Monday, January 22, 2024 | Approved | |
SQLiteSpy 1.9.20 | 69 | Monday, December 4, 2023 | Approved | |
SQLiteSpy 1.9.19 | 36 | Monday, December 4, 2023 | Approved | |
SQLiteSpy 1.9.17 | 58 | Friday, October 13, 2023 | Approved |
2000-2023 Ralf Junker
This package has no dependencies.
Ground Rules:
- This discussion is only about SQLiteSpy and the SQLiteSpy 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 SQLiteSpy, 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.