VOOZH about

URL: https://en.wikibooks.org/wiki/SQLite/Downloading_and_using

⇱ SQLite/Downloading and using - Wikibooks, open books for an open world


Jump to content
From Wikibooks, open books for an open world

Downloading

[edit | edit source]

All 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 stands for version two digits following "3." =update (after ".vv.") and occasionally (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 | edit source]

sqlite-android-3.aar


Linux

[edit | edit source]

Mac OS X (x86)

[edit | edit source]

Windows

[edit | edit source]

Universal Windows Platform

[edit | edit source]

Windows Phone 8

[edit | edit source]

Windows Runtime

[edit | edit source]

Sources

[edit | edit source]

Alternative sources

[edit | edit source]
not recommended

Beta sources

[edit | edit source]

Documentation (HTML)

[edit | edit source]

Using

[edit | edit source]

After 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?

[edit | edit source]

For questions, requests etcetera there is a forum.