SQLite Forum

Which file(s) to download?
Login

Which file(s) to download?

(1) By anonymous on 2020-09-18 07:46:41 [source]

I want to try SQLite on my Windwos 10 laptop. The download page shows 16 downloads. Which file(s) do I have to download when I want to experiment with SQLite?

(2) By Kees Nuyt (knu) on 2020-09-18 09:18:18 in reply to 1 [link] [source]

The download page only lists three Precompiled Binaries for Windows.

For linking into your C program, you need one of the sqlite-dll-win*.zip .

To experiment with the command line tool, you need sqlite-tools-win32-x86-{versiondigits}.zip .

Unzip that zip file into a folder of your liking. Start any of the programs from a cmd.exe or powershell.exe command line.

See also the quick start page and the command line shell page .

-- 
Regards,
Kees Nuyt

(3) By anonymous on 2020-09-24 19:37:08 in reply to 2 [link] [source]

Dankjewel Kees.