SQLite/Downloading and using
< SQLite
Downloading
editAll tools as well as the C-sources and HTML-documentation you need to install sqlite3 on your computer are packed together in an archiveFile on SQLite's downloadPage.
- In following files vv stands for version two digits following "3." uu=update (after ".vv.") and occasionally pp (usually 00) after ".uu."
As of now (12:31, 29 March 2020 (UTC)) vv=31, uu=01, pp=00
- Tools are stored in one or more files depending on your Operating System:
Android
edit
Linux
editMac OS X (x86)
editWindows
editUniversal Windows Platform
editWindows Phone 8
edit- Phone 8.0 VSIX package with an extension SDK VS2012 for SQLite3vvuupp
- Phone 8.1 VSIX package with an extension SDK VS2013 for SQLite3vvuupp
Windows Runtime
edit- Visual Studio 2012 VSIX package with an extension SDK WinRT for SQLite3vvuupp
- Visual Studio 2013 VSIX package with an extension SDK WinRT 8.1 for SQLite3vvuupp
.NET
editSources
edit- Amalgamation of SQLite3vvuupp
- Amalgamation of SQLite3vvuupp + TCL-configuration
Alternative sources
edit- not recommended
Beta sources
edit- Prerelease tarball of 3.32.0 on 26 March 2020
Documentation (HTML)
editUsing
editAfter unzipping and moving the content of the folder(s) under a directory in your %PATH% (or $PATH) you can use the executable sqlite3 from anywhere within your computer system.
Questions?
editFor questions, requests etcetera there is a forum.