Downloads:
59,706
Downloads of v 3.8.3.1:
576
Last Update:
12 Feb 2014
Package Maintainer(s):
Software Author(s):
- D. Richard Hipp
- SQLite contributors
Tags:
sqlite db database embedded- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SQLite.shell
This is not the latest version of SQLite.shell available.
- 1
- 2
- 3
3.8.3.1 | Updated: 12 Feb 2014
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
59,706
Downloads of v 3.8.3.1:
576
Maintainer(s):
Software Author(s):
- D. Richard Hipp
- SQLite contributors
SQLite.shell 3.8.3.1
This is not the latest version of SQLite.shell available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by D. Richard Hipp, SQLite contributors. The inclusion of D. Richard Hipp, SQLite contributors trademark(s), if any, upon this webpage is solely to identify D. Richard Hipp, SQLite contributors 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
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SQLite.shell, run the following command from the command line or from PowerShell:
To upgrade SQLite.shell, run the following command from the command line or from PowerShell:
To uninstall SQLite.shell, 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 sqlite.shell --internalize --version=3.8.3.1 --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 sqlite.shell -y --source="'INTERNAL REPO URL'" --version="'3.8.3.1'" [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 sqlite.shell -y --source="'INTERNAL REPO URL'" --version="'3.8.3.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sqlite.shell
win_chocolatey:
name: sqlite.shell
version: '3.8.3.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sqlite.shell' do
action :install
source 'INTERNAL REPO URL'
version '3.8.3.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sqlite.shell
{
Name = "sqlite.shell"
Version = "3.8.3.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sqlite.shell':
ensure => '3.8.3.1',
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 as a trusted package on 17 Jan 2015.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. SQLite Shell is a command-line shell for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through this version and beyond.
Log in or click on link to see number of positives.
- sqlite.shell.3.8.3.1.nupkg (8da7c0f83522) - ## / 57
- sqlite-shell-win32-x86-3080301.zip (28fb226fc82f) - ## / 52
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 |
---|---|---|---|---|
SQLite Shell 3.46.1 | 1269 | Wednesday, August 14, 2024 | Approved | |
SQLite Shell 3.46.0 | 1494 | Friday, May 24, 2024 | Approved | |
SQLite Shell 3.45.3 | 607 | Tuesday, May 21, 2024 | Approved | |
SQLite Shell 3.43.2 | 2756 | Wednesday, October 11, 2023 | Approved | |
SQLite Shell 3.43.1 | 1108 | Tuesday, September 12, 2023 | Approved | |
SQLite Shell 3.43.0 | 983 | Friday, August 25, 2023 | Approved | |
SQLite Shell 3.41.2 | 2905 | Thursday, March 23, 2023 | Approved | |
SQLite Shell 3.41.1 | 998 | Sunday, March 12, 2023 | Approved | |
SQLite Shell 3.41.0 | 1097 | Wednesday, February 22, 2023 | Approved | |
SQLite Shell 3.40.1 | 1465 | Thursday, December 29, 2022 | Approved | |
SQLite Shell 3.40.0 | 1204 | Thursday, November 17, 2022 | Approved | |
SQLite Shell 3.39.4 | 1282 | Friday, September 30, 2022 | Approved | |
SQLite Shell 3.39.3 | 1735 | Monday, September 5, 2022 | Approved | |
SQLite Shell 3.39.2 | 1084 | Friday, July 22, 2022 | Approved | |
SQLite Shell 3.39.1 | 751 | Thursday, July 14, 2022 | Approved | |
SQLite Shell 3.39.0 | 774 | Sunday, June 26, 2022 | Approved | |
SQLite Shell 3.38.5 | 973 | Saturday, May 7, 2022 | Approved | |
SQLite Shell 3.38.4 | 544 | Thursday, May 5, 2022 | Approved | |
SQLite Shell 3.38.3 | 626 | Friday, April 29, 2022 | Approved | |
SQLite Shell 3.38.2 | 936 | Sunday, March 27, 2022 | Approved | |
SQLite Shell 3.38.1 | 745 | Sunday, March 13, 2022 | Approved | |
SQLite Shell 3.38.0 | 792 | Wednesday, February 23, 2022 | Approved | |
SQLite Shell 3.37.2 | 937 | Friday, January 7, 2022 | Approved | |
SQLite Shell 3.37.1 | 604 | Friday, December 31, 2021 | Approved | |
SQLite Shell 3.37.0 | 827 | Sunday, November 28, 2021 | Approved | |
SQLite Shell 3.36.0 | 1363 | Saturday, June 19, 2021 | Approved | |
SQLite Shell 3.35.5 | 957 | Tuesday, April 20, 2021 | Approved | |
SQLite Shell 3.35.4 | 523 | Monday, April 12, 2021 | Approved | |
SQLite Shell 3.35.3 | 92 | Monday, April 12, 2021 | Approved | |
SQLite Shell 3.35.2 | 108 | Monday, April 12, 2021 | Approved | |
SQLite Shell 3.35.1 | 89 | Thursday, April 8, 2021 | Approved | |
SQLite Shell 3.35.0 | 95 | Wednesday, April 7, 2021 | Approved | |
SQLite Shell 3.10.1 | 7367 | Thursday, January 14, 2016 | Approved | |
SQLite Shell 3.10.0 | 585 | Wednesday, January 6, 2016 | Approved | |
SQLite Shell 3.9.2 | 695 | Monday, November 2, 2015 | Approved | |
SQLite Shell 3.9.1 | 580 | Friday, October 16, 2015 | Approved | |
SQLite Shell 3.9.0 | 526 | Wednesday, October 14, 2015 | Approved | |
SQLite Shell 3.8.11.1 | 762 | Wednesday, July 29, 2015 | Approved | |
SQLite Shell 3.8.11 | 504 | Monday, July 27, 2015 | Approved | |
SQLite Shell 3.8.10.2 | 688 | Thursday, May 21, 2015 | Approved | |
SQLite Shell 3.8.10.1 | 574 | Sunday, May 10, 2015 | Approved | |
SQLite Shell 3.8.10 | 476 | Saturday, May 9, 2015 | Approved | |
SQLite Shell 3.8.9 | 608 | Thursday, April 9, 2015 | Approved | |
SQLite Shell 3.8.8.3 | 696 | Friday, February 27, 2015 | Approved | |
SQLite Shell 3.8.8.2 | 631 | Sunday, February 1, 2015 | Approved | |
SQLite Shell 3.8.8.1 | 564 | Wednesday, January 21, 2015 | Approved | |
SQLite Shell 3.8.8 | 680 | Saturday, January 17, 2015 | Approved | |
SQLite Shell 3.8.7.4 | 657 | Thursday, December 11, 2014 | Approved | |
SQLite Shell 3.8.7.3 | 498 | Sunday, December 7, 2014 | Approved | |
SQLite Shell 3.8.7.2 | 556 | Wednesday, November 19, 2014 | Approved | |
SQLite Shell 3.8.7.1 | 629 | Thursday, October 30, 2014 | Approved | |
SQLite Shell 3.8.7 | 572 | Saturday, October 18, 2014 | Approved | |
SQLite Shell 3.8.6 | 726 | Saturday, August 16, 2014 | Approved | |
SQLite.shell 3.8.5 | 673 | Thursday, June 5, 2014 | Approved | |
SQLite.shell 3.8.4.3 | 626 | Friday, April 4, 2014 | Approved | |
SQLite.shell 3.8.4.2 | 531 | Thursday, March 27, 2014 | Approved | |
SQLite.shell 3.8.4.1 | 532 | Wednesday, March 12, 2014 | Approved | |
SQLite.shell 3.8.4 | 566 | Tuesday, March 11, 2014 | Approved | |
SQLite.shell 3.8.3.1 | 576 | Wednesday, February 12, 2014 | Approved | |
SQLite.shell 3.8.3 | 557 | Tuesday, February 4, 2014 | Approved | |
SQLite.shell 3.8.2 | 601 | Saturday, December 7, 2013 | Approved | |
SQLite.shell 3.8.1 | 604 | Friday, October 18, 2013 | Approved | |
SQLite.shell 3.8.0.2 | 612 | Tuesday, September 10, 2013 | Approved | |
SQLite.shell 3.7.17 | 598 | Saturday, June 22, 2013 | Approved | |
SQLite.shell 3.7.11.0 | 655 | Wednesday, April 11, 2012 | Approved | |
SQLite.shell 3.7.10.0 | 619 | Sunday, January 22, 2012 | Approved | |
SQLite.shell 3.7.8.0 | 638 | Monday, October 3, 2011 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about SQLite.shell and the SQLite.shell 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 SQLite.shell, 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.