Sqlite (v3.51.3) is a compact serverless SQL database engine and
program. The sqlite3.exe command-line tool provided in this archive
may be used on win64 systems.

Version 3.51.3 

Contents of the archive sqlite-v3.51.3-win64.zip, which are relevant for 
"end-users"

c:\sqlite\README.txt                                      (this file)
c:\sqlite\bin\sqlite3.exe         (the sqlite3 win64 executable file)
c:\sqlite\bin\libsqlite3-0.dll
c:\sqlite\man\man1\sqlite3.1.html                       (manual page)
c:\sqlite\man\man1\sqlite3.1.txt           (manual page as text file)

Recommendation for installation: 

  - Copy sqlite3.exe into a directory (folder) included in the list of
    directories assigned to the PATH environment variable,

    or

  - Unzip the contents of the archive to 'c:\' resulting in the files
    located in directories as listed above,

    add 'c:\sqlite\bin\' to the list of directories (folders) assigned
    to the PATH environment variable

The executable file was compiled with the MinGW-w64 implementation of the
gcc (https://www.msys2.org/) from the complete source code.  The configure
script was run with '--static-cli-shell', therefore sqlite3.exe should not
require libsqlite3-0.dll.

All the files in this archive are made available without any warranty. No
support is provided for this compiled software.

Source code, documentation and further information may be obtained from:
https://www.sqlite.org/

Volker Kiefel
2026-07-12

